Class MapRequiredCredentialEntityImpl
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.realm.entity.MapRequiredCredentialEntityImpl
 
 
- 
- All Implemented Interfaces:
- UpdatableEntity,- MapRequiredCredentialEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapRequiredCredentialEntityImpl extends UpdatableEntity.Impl implements MapRequiredCredentialEntity 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMapRequiredCredentialEntityImpl.Empty- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapRequiredCredentialEntityImpl(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFormLabel()StringgetType()inthashCode()BooleanisInput()BooleanisSecret()voidsetFormLabel(String p0)voidsetInput(Boolean p0)voidsetSecret(Boolean p0)voidsetType(String p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
MapRequiredCredentialEntityImplpublic MapRequiredCredentialEntityImpl(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
setFormLabelpublic void setFormLabel(String p0) - Specified by:
- setFormLabelin interface- MapRequiredCredentialEntity
 
 - 
getFormLabelpublic String getFormLabel() - Specified by:
- getFormLabelin interface- MapRequiredCredentialEntity
 
 - 
isInputpublic Boolean isInput() - Specified by:
- isInputin interface- MapRequiredCredentialEntity
 
 - 
setInputpublic void setInput(Boolean p0) - Specified by:
- setInputin interface- MapRequiredCredentialEntity
 
 - 
isSecretpublic Boolean isSecret() - Specified by:
- isSecretin interface- MapRequiredCredentialEntity
 
 - 
setSecretpublic void setSecret(Boolean p0) - Specified by:
- setSecretin interface- MapRequiredCredentialEntity
 
 - 
getTypepublic String getType() - Specified by:
- getTypein interface- MapRequiredCredentialEntity
 
 - 
setTypepublic void setType(String p0) - Specified by:
- setTypein interface- MapRequiredCredentialEntity
 
 
- 
 
-