Class MapRequiredCredentialEntityFieldDelegate
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.realm.entity.MapRequiredCredentialEntityFieldDelegate
 
 
- 
- All Implemented Interfaces:
- HasEntityFieldDelegate<MapRequiredCredentialEntity>,- UpdatableEntity,- MapRequiredCredentialEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapRequiredCredentialEntityFieldDelegate extends UpdatableEntity.Impl implements MapRequiredCredentialEntity, HasEntityFieldDelegate<MapRequiredCredentialEntity> 
- 
- 
Nested Class Summary- 
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 MapRequiredCredentialEntityFieldDelegate(EntityFieldDelegate<MapRequiredCredentialEntity> entityFieldDelegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUpdatedFlag()An optional operation clearing the updated flag.EntityFieldDelegate<MapRequiredCredentialEntity>getEntityFieldDelegate()StringgetFormLabel()StringgetType()BooleanisInput()BooleanisSecret()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetFormLabel(String p0)voidsetInput(Boolean p0)voidsetSecret(Boolean p0)voidsetType(String p0)
 
- 
- 
- 
Constructor Detail- 
MapRequiredCredentialEntityFieldDelegatepublic MapRequiredCredentialEntityFieldDelegate(EntityFieldDelegate<MapRequiredCredentialEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapRequiredCredentialEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<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:
 
 - 
clearUpdatedFlagpublic void clearUpdatedFlag() Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
- clearUpdatedFlagin interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableEntity.Impl
 
 - 
getTypepublic String getType() - Specified by:
- getTypein interface- MapRequiredCredentialEntity
 
 - 
setTypepublic void setType(String p0) - Specified by:
- setTypein interface- MapRequiredCredentialEntity
 
 - 
getFormLabelpublic String getFormLabel() - Specified by:
- getFormLabelin interface- MapRequiredCredentialEntity
 
 - 
setFormLabelpublic void setFormLabel(String p0) - Specified by:
- setFormLabelin interface- MapRequiredCredentialEntity
 
 - 
isSecretpublic Boolean isSecret() - Specified by:
- isSecretin interface- MapRequiredCredentialEntity
 
 - 
setSecretpublic void setSecret(Boolean p0) - Specified by:
- setSecretin interface- MapRequiredCredentialEntity
 
 - 
isInputpublic Boolean isInput() - Specified by:
- isInputin interface- MapRequiredCredentialEntity
 
 - 
setInputpublic void setInput(Boolean p0) - Specified by:
- setInputin interface- MapRequiredCredentialEntity
 
 
- 
 
-