Class MapRequiredCredentialEntityImpl
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapRequiredCredentialEntityImpl
-
- All Implemented Interfaces:
UpdatableEntity,MapRequiredCredentialEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapRequiredCredentialEntityImpl extends UpdatableEntity.Impl implements MapRequiredCredentialEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapRequiredCredentialEntityImpl.Empty-
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
-
-
Constructor Summary
Constructors Constructor Description MapRequiredCredentialEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFormLabel()StringgetType()inthashCode()BooleanisInput()BooleanisSecret()voidsetFormLabel(String p0)voidsetInput(Boolean p0)voidsetSecret(Boolean p0)voidsetType(String p0)StringtoString()-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapRequiredCredentialEntityImpl
public MapRequiredCredentialEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
getFormLabel
public String getFormLabel()
- Specified by:
getFormLabelin interfaceMapRequiredCredentialEntity
-
setFormLabel
public void setFormLabel(String p0)
- Specified by:
setFormLabelin interfaceMapRequiredCredentialEntity
-
isInput
public Boolean isInput()
- Specified by:
isInputin interfaceMapRequiredCredentialEntity
-
setInput
public void setInput(Boolean p0)
- Specified by:
setInputin interfaceMapRequiredCredentialEntity
-
setSecret
public void setSecret(Boolean p0)
- Specified by:
setSecretin interfaceMapRequiredCredentialEntity
-
isSecret
public Boolean isSecret()
- Specified by:
isSecretin interfaceMapRequiredCredentialEntity
-
setType
public void setType(String p0)
- Specified by:
setTypein interfaceMapRequiredCredentialEntity
-
getType
public String getType()
- Specified by:
getTypein interfaceMapRequiredCredentialEntity
-
-