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 void
clearUpdatedFlag()
An optional operation clearing the updated flag.EntityFieldDelegate<MapRequiredCredentialEntity>
getEntityFieldDelegate()
String
getFormLabel()
String
getType()
Boolean
isInput()
Boolean
isSecret()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setFormLabel(String p0)
void
setInput(Boolean p0)
void
setSecret(Boolean p0)
void
setType(String p0)
-
-
-
Constructor Detail
-
MapRequiredCredentialEntityFieldDelegate
public MapRequiredCredentialEntityFieldDelegate(EntityFieldDelegate<MapRequiredCredentialEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapRequiredCredentialEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapRequiredCredentialEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
getType
public String getType()
- Specified by:
getType
in interfaceMapRequiredCredentialEntity
-
setType
public void setType(String p0)
- Specified by:
setType
in interfaceMapRequiredCredentialEntity
-
getFormLabel
public String getFormLabel()
- Specified by:
getFormLabel
in interfaceMapRequiredCredentialEntity
-
setFormLabel
public void setFormLabel(String p0)
- Specified by:
setFormLabel
in interfaceMapRequiredCredentialEntity
-
isSecret
public Boolean isSecret()
- Specified by:
isSecret
in interfaceMapRequiredCredentialEntity
-
setSecret
public void setSecret(Boolean p0)
- Specified by:
setSecret
in interfaceMapRequiredCredentialEntity
-
isInput
public Boolean isInput()
- Specified by:
isInput
in interfaceMapRequiredCredentialEntity
-
setInput
public void setInput(Boolean p0)
- Specified by:
setInput
in interfaceMapRequiredCredentialEntity
-
-