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
ConstructorDescriptionMapRequiredCredentialEntityDelegate
(DelegateProvider<MapRequiredCredentialEntity> delegateProvider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapRequiredCredentialEntityDelegate
public MapRequiredCredentialEntityDelegate(DelegateProvider<MapRequiredCredentialEntity> delegateProvider)
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapRequiredCredentialEntity>
-
toString
-
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
- Specified by:
getType
in interfaceMapRequiredCredentialEntity
-
setType
- Specified by:
setType
in interfaceMapRequiredCredentialEntity
-
getFormLabel
- Specified by:
getFormLabel
in interfaceMapRequiredCredentialEntity
-
setFormLabel
- Specified by:
setFormLabel
in interfaceMapRequiredCredentialEntity
-
isSecret
- Specified by:
isSecret
in interfaceMapRequiredCredentialEntity
-
setSecret
- Specified by:
setSecret
in interfaceMapRequiredCredentialEntity
-
isInput
- Specified by:
isInput
in interfaceMapRequiredCredentialEntity
-
setInput
- Specified by:
setInput
in interfaceMapRequiredCredentialEntity
-