Class MapRequiredCredentialEntityImpl.Empty
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapRequiredCredentialEntityImpl.Empty
-
- All Implemented Interfaces:
UpdatableEntity,MapRequiredCredentialEntity
- Enclosing class:
- MapRequiredCredentialEntityImpl
public static class MapRequiredCredentialEntityImpl.Empty extends UpdatableEntity.Impl implements MapRequiredCredentialEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description static MapRequiredCredentialEntityImpl.EmptyINSTANCE-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description Empty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormLabel()StringgetType()BooleanisInput()BooleanisSecret()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetFormLabel(String formLabel)voidsetInput(Boolean input)voidsetSecret(Boolean secret)voidsetType(String type)-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag
-
-
-
-
Field Detail
-
INSTANCE
public static final MapRequiredCredentialEntityImpl.Empty INSTANCE
-
-
Method Detail
-
setFormLabel
public void setFormLabel(String formLabel)
- Specified by:
setFormLabelin interfaceMapRequiredCredentialEntity
-
getFormLabel
public String getFormLabel()
- Specified by:
getFormLabelin interfaceMapRequiredCredentialEntity
-
isInput
public Boolean isInput()
- Specified by:
isInputin interfaceMapRequiredCredentialEntity
-
setInput
public void setInput(Boolean input)
- Specified by:
setInputin interfaceMapRequiredCredentialEntity
-
isSecret
public Boolean isSecret()
- Specified by:
isSecretin interfaceMapRequiredCredentialEntity
-
setSecret
public void setSecret(Boolean secret)
- Specified by:
setSecretin interfaceMapRequiredCredentialEntity
-
getType
public String getType()
- Specified by:
getTypein interfaceMapRequiredCredentialEntity
-
setType
public void setType(String type)
- Specified by:
setTypein interfaceMapRequiredCredentialEntity
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
-