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.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapRequiredCredentialEntityFieldDelegate(EntityFieldDelegate<MapRequiredCredentialEntity> entityFieldDelegate)
-
Method Summary
All 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
-
MapRequiredCredentialEntityFieldDelegate
public MapRequiredCredentialEntityFieldDelegate(EntityFieldDelegate<MapRequiredCredentialEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapRequiredCredentialEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapRequiredCredentialEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
clearUpdatedFlag
public 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 interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableEntity.Impl
-
getType
public String getType()
- Specified by:
getTypein interfaceMapRequiredCredentialEntity
-
setType
public void setType(String p0)
- Specified by:
setTypein interfaceMapRequiredCredentialEntity
-
getFormLabel
public String getFormLabel()
- Specified by:
getFormLabelin interfaceMapRequiredCredentialEntity
-
setFormLabel
public void setFormLabel(String p0)
- Specified by:
setFormLabelin interfaceMapRequiredCredentialEntity
-
isSecret
public Boolean isSecret()
- Specified by:
isSecretin interfaceMapRequiredCredentialEntity
-
setSecret
public void setSecret(Boolean p0)
- Specified by:
setSecretin interfaceMapRequiredCredentialEntity
-
isInput
public Boolean isInput()
- Specified by:
isInputin interfaceMapRequiredCredentialEntity
-
setInput
public void setInput(Boolean p0)
- Specified by:
setInputin interfaceMapRequiredCredentialEntity
-
-