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 inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
isInput()
isSecret()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
setFormLabel
(String formLabel) void
void
void
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlag
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, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setFormLabel
- Specified by:
setFormLabel
in interfaceMapRequiredCredentialEntity
-
getFormLabel
- Specified by:
getFormLabel
in interfaceMapRequiredCredentialEntity
-
isInput
- Specified by:
isInput
in interfaceMapRequiredCredentialEntity
-
setInput
- Specified by:
setInput
in interfaceMapRequiredCredentialEntity
-
isSecret
- Specified by:
isSecret
in interfaceMapRequiredCredentialEntity
-
setSecret
- Specified by:
setSecret
in interfaceMapRequiredCredentialEntity
-
getType
- Specified by:
getType
in interfaceMapRequiredCredentialEntity
-
setType
- 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:
-