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
ConstructorsConstructorDescriptionMapRequiredCredentialEntityFieldDelegate(EntityFieldDelegate<MapRequiredCredentialEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidAn optional operation clearing the updated flag.getType()isInput()isSecret()booleanFlag signalizing that any of the setters has been meaningfully used.voidAn optional operation setting the updated flag.voidsetFormLabel(String p0) voidvoidvoidtoString()
-
Constructor Details
-
MapRequiredCredentialEntityFieldDelegate
public MapRequiredCredentialEntityFieldDelegate(EntityFieldDelegate<MapRequiredCredentialEntity> entityFieldDelegate)
-
-
Method Details
-
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:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntityAn optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returntrue.- Specified by:
markUpdatedFlagin interfaceUpdatableEntity- Overrides:
markUpdatedFlagin classUpdatableEntity.Impl
-
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
-
toString
-
getType
- Specified by:
getTypein interfaceMapRequiredCredentialEntity
-
setType
- Specified by:
setTypein interfaceMapRequiredCredentialEntity
-
getFormLabel
- Specified by:
getFormLabelin interfaceMapRequiredCredentialEntity
-
setFormLabel
- Specified by:
setFormLabelin interfaceMapRequiredCredentialEntity
-
isSecret
- Specified by:
isSecretin interfaceMapRequiredCredentialEntity
-
setSecret
- Specified by:
setSecretin interfaceMapRequiredCredentialEntity
-
isInput
- Specified by:
isInputin interfaceMapRequiredCredentialEntity
-
setInput
- Specified by:
setInputin interfaceMapRequiredCredentialEntity
-