Package org.keycloak.representations.idm
Class PasswordPolicyTypeRepresentation
java.lang.Object
org.keycloak.representations.idm.PasswordPolicyTypeRepresentation
- Author:
- Stian Thorgersen
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
void
setConfigType
(String configType) void
setDefaultValue
(String defaultValue) void
setDisplayName
(String displayName) void
void
setMultipleSupported
(boolean multipleSupported)
-
Constructor Details
-
PasswordPolicyTypeRepresentation
public PasswordPolicyTypeRepresentation()
-
-
Method Details
-
getId
-
setId
-
getDisplayName
-
setDisplayName
-
getConfigType
-
setConfigType
-
getDefaultValue
-
setDefaultValue
-
isMultipleSupported
public boolean isMultipleSupported() -
setMultipleSupported
public void setMultipleSupported(boolean multipleSupported)
-