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.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapRequiredCredentialEntityDelegate(DelegateProvider<MapRequiredCredentialEntity> delegateProvider)
-
Method Summary
All 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag
-
-
-
-
Constructor Detail
-
MapRequiredCredentialEntityDelegate
public MapRequiredCredentialEntityDelegate(DelegateProvider<MapRequiredCredentialEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapRequiredCredentialEntity> getDelegateProvider()
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapRequiredCredentialEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getType
public String getType()
- Specified by:
getTypein interfaceMapRequiredCredentialEntity
-
setType
public void setType(String type)
- Specified by:
setTypein interfaceMapRequiredCredentialEntity
-
getFormLabel
public String getFormLabel()
- Specified by:
getFormLabelin interfaceMapRequiredCredentialEntity
-
setFormLabel
public void setFormLabel(String formLabel)
- Specified by:
setFormLabelin interfaceMapRequiredCredentialEntity
-
isSecret
public Boolean isSecret()
- Specified by:
isSecretin interfaceMapRequiredCredentialEntity
-
setSecret
public void setSecret(Boolean secret)
- Specified by:
setSecretin interfaceMapRequiredCredentialEntity
-
isInput
public Boolean isInput()
- Specified by:
isInputin interfaceMapRequiredCredentialEntity
-
setInput
public void setInput(Boolean input)
- Specified by:
setInputin interfaceMapRequiredCredentialEntity
-
-