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()
String
getFormLabel()
String
getType()
Boolean
isInput()
Boolean
isSecret()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setFormLabel(String formLabel)
void
setInput(Boolean input)
void
setSecret(Boolean secret)
void
setType(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:
getDelegateProvider
in interfaceHasDelegateProvider<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
- Returns:
-
getType
public String getType()
- Specified by:
getType
in interfaceMapRequiredCredentialEntity
-
setType
public void setType(String type)
- Specified by:
setType
in interfaceMapRequiredCredentialEntity
-
getFormLabel
public String getFormLabel()
- Specified by:
getFormLabel
in interfaceMapRequiredCredentialEntity
-
setFormLabel
public void setFormLabel(String formLabel)
- Specified by:
setFormLabel
in interfaceMapRequiredCredentialEntity
-
isSecret
public Boolean isSecret()
- Specified by:
isSecret
in interfaceMapRequiredCredentialEntity
-
setSecret
public void setSecret(Boolean secret)
- Specified by:
setSecret
in interfaceMapRequiredCredentialEntity
-
isInput
public Boolean isInput()
- Specified by:
isInput
in interfaceMapRequiredCredentialEntity
-
setInput
public void setInput(Boolean input)
- Specified by:
setInput
in interfaceMapRequiredCredentialEntity
-
-