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.Empty
INSTANCE
-
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 String
getFormLabel()
String
getType()
Boolean
isInput()
Boolean
isSecret()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setFormLabel(String formLabel)
void
setInput(Boolean input)
void
setSecret(Boolean secret)
void
setType(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:
setFormLabel
in interfaceMapRequiredCredentialEntity
-
getFormLabel
public String getFormLabel()
- Specified by:
getFormLabel
in interfaceMapRequiredCredentialEntity
-
isInput
public Boolean isInput()
- Specified by:
isInput
in interfaceMapRequiredCredentialEntity
-
setInput
public void setInput(Boolean input)
- Specified by:
setInput
in interfaceMapRequiredCredentialEntity
-
isSecret
public Boolean isSecret()
- Specified by:
isSecret
in interfaceMapRequiredCredentialEntity
-
setSecret
public void setSecret(Boolean secret)
- Specified by:
setSecret
in interfaceMapRequiredCredentialEntity
-
getType
public String getType()
- Specified by:
getType
in interfaceMapRequiredCredentialEntity
-
setType
public void setType(String type)
- Specified by:
setType
in interfaceMapRequiredCredentialEntity
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
-