Class MapRequiredCredentialEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.realm.entity.MapRequiredCredentialEntityDelegate
 
- 
- All Implemented Interfaces:
- HasDelegateProvider<MapRequiredCredentialEntity>,- UpdatableEntity,- MapRequiredCredentialEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapRequiredCredentialEntityDelegate extends Object implements MapRequiredCredentialEntity, HasDelegateProvider<MapRequiredCredentialEntity> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapRequiredCredentialEntityDelegate(DelegateProvider<MapRequiredCredentialEntity> delegateProvider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegateProvider<MapRequiredCredentialEntity>getDelegateProvider()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 java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapRequiredCredentialEntityDelegatepublic MapRequiredCredentialEntityDelegate(DelegateProvider<MapRequiredCredentialEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapRequiredCredentialEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapRequiredCredentialEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getTypepublic String getType() - Specified by:
- getTypein interface- MapRequiredCredentialEntity
 
 - 
setTypepublic void setType(String type) - Specified by:
- setTypein interface- MapRequiredCredentialEntity
 
 - 
getFormLabelpublic String getFormLabel() - Specified by:
- getFormLabelin interface- MapRequiredCredentialEntity
 
 - 
setFormLabelpublic void setFormLabel(String formLabel) - Specified by:
- setFormLabelin interface- MapRequiredCredentialEntity
 
 - 
isSecretpublic Boolean isSecret() - Specified by:
- isSecretin interface- MapRequiredCredentialEntity
 
 - 
setSecretpublic void setSecret(Boolean secret) - Specified by:
- setSecretin interface- MapRequiredCredentialEntity
 
 - 
isInputpublic Boolean isInput() - Specified by:
- isInputin interface- MapRequiredCredentialEntity
 
 - 
setInputpublic void setInput(Boolean input) - Specified by:
- setInputin interface- MapRequiredCredentialEntity
 
 
- 
 
-