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
FieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()isInput()isSecret()booleanFlag signalizing that any of the setters has been meaningfully used.voidsetFormLabel(String formLabel) voidvoidvoidMethods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setFormLabel
- Specified by:
setFormLabelin interfaceMapRequiredCredentialEntity
-
getFormLabel
- Specified by:
getFormLabelin interfaceMapRequiredCredentialEntity
-
isInput
- Specified by:
isInputin interfaceMapRequiredCredentialEntity
-
setInput
- Specified by:
setInputin interfaceMapRequiredCredentialEntity
-
isSecret
- Specified by:
isSecretin interfaceMapRequiredCredentialEntity
-
setSecret
- Specified by:
setSecretin interfaceMapRequiredCredentialEntity
-
getType
- Specified by:
getTypein interfaceMapRequiredCredentialEntity
-
setType
- 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:
-