Package jetbrains.buildServer.users
Class AuthPropertyKey
- java.lang.Object
-
- jetbrains.buildServer.users.PropertyKey
-
- jetbrains.buildServer.users.PluginPropertyKey
-
- jetbrains.buildServer.users.AuthPropertyKey
-
public class AuthPropertyKey extends PluginPropertyKey
Represents an authentication property key- Since:
- 8.0
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.users.PluginPropertyKey
PLUGIN_PROPERTY_PREFIX
-
-
Constructor Summary
Constructors Constructor Description AuthPropertyKey(String propertyKey)
ConstructorAuthPropertyKey(String authModuleType, String propertyName, String displayName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
static boolean
isAuthPropertyKey(String propertyKey)
Returns true if the specified string representation of the property key represents authentication property key-
Methods inherited from class jetbrains.buildServer.users.PluginPropertyKey
getKey, getPluginName, isPluginPropertyKey
-
Methods inherited from class jetbrains.buildServer.users.PropertyKey
equals, hashCode, toString
-
-
-
-
Method Detail
-
getDisplayName
@NotNull public String getDisplayName()
-
isAuthPropertyKey
public static boolean isAuthPropertyKey(@NotNull String propertyKey)
Returns true if the specified string representation of the property key represents authentication property key- Parameters:
propertyKey
- property key- Returns:
- true if property key is authentication property key
-
-