Class MapRequiredCredentialEntity
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapRequiredCredentialEntity
-
- All Implemented Interfaces:
UpdatableEntity
public class MapRequiredCredentialEntity extends UpdatableEntity.Impl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static MapRequiredCredentialEntityfromModel(RequiredCredentialModel model)StringgetFormLabel()StringgetType()inthashCode()BooleanisInput()BooleanisSecret()voidsetFormLabel(String formLabel)voidsetInput(boolean input)voidsetSecret(boolean secret)voidsetType(String type)static RequiredCredentialModeltoModel(MapRequiredCredentialEntity entity)-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
-
-
-
Method Detail
-
fromModel
public static MapRequiredCredentialEntity fromModel(RequiredCredentialModel model)
-
toModel
public static RequiredCredentialModel toModel(MapRequiredCredentialEntity entity)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getFormLabel
public String getFormLabel()
-
setFormLabel
public void setFormLabel(String formLabel)
-
isSecret
public Boolean isSecret()
-
setSecret
public void setSecret(boolean secret)
-
isInput
public Boolean isInput()
-
setInput
public void setInput(boolean input)
-
-