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
ConstructorsConstructorDescriptionMapRequiredCredentialEntityDelegate(DelegateProvider<MapRequiredCredentialEntity> delegateProvider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapRequiredCredentialEntityDelegate
public MapRequiredCredentialEntityDelegate(DelegateProvider<MapRequiredCredentialEntity> delegateProvider)
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapRequiredCredentialEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
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
-