public class PasswordPolicyTypeRepresentation extends Object
Constructor and Description |
---|
PasswordPolicyTypeRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigType() |
String |
getDefaultValue() |
String |
getDisplayName() |
String |
getId() |
boolean |
isMultipleSupported() |
void |
setConfigType(String configType) |
void |
setDefaultValue(String defaultValue) |
void |
setDisplayName(String displayName) |
void |
setId(String id) |
void |
setMultipleSupported(boolean multipleSupported) |
public String getId()
public void setId(String id)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getConfigType()
public void setConfigType(String configType)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public boolean isMultipleSupported()
public void setMultipleSupported(boolean multipleSupported)
Copyright © 2021 JBoss by Red Hat. All rights reserved.