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.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static MapRequiredCredentialEntityImpl.EmptyINSTANCE- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description Empty()
 - 
Method SummaryAll 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.ImplclearUpdatedFlag
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final MapRequiredCredentialEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
getFormLabelpublic String getFormLabel() - Specified by:
- getFormLabelin interface- MapRequiredCredentialEntity
 
 - 
setFormLabelpublic void setFormLabel(String formLabel) - Specified by:
- setFormLabelin interface- MapRequiredCredentialEntity
 
 - 
isInputpublic Boolean isInput() - Specified by:
- isInputin interface- MapRequiredCredentialEntity
 
 - 
setInputpublic void setInput(Boolean input) - Specified by:
- setInputin interface- MapRequiredCredentialEntity
 
 - 
setSecretpublic void setSecret(Boolean secret) - Specified by:
- setSecretin interface- MapRequiredCredentialEntity
 
 - 
isSecretpublic Boolean isSecret() - Specified by:
- isSecretin interface- MapRequiredCredentialEntity
 
 - 
setTypepublic void setType(String type) - Specified by:
- setTypein interface- MapRequiredCredentialEntity
 
 - 
getTypepublic String getType() - Specified by:
- getTypein interface- MapRequiredCredentialEntity
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 
- 
 
-