Class MapRequiredCredentialEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapRequiredCredentialEntityImpl
- All Implemented Interfaces:
UpdatableEntity
,MapRequiredCredentialEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapRequiredCredentialEntityImpl
extends UpdatableEntity.Impl
implements 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
-
Method Summary
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
MapRequiredCredentialEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setFormLabel
- Specified by:
setFormLabel
in interfaceMapRequiredCredentialEntity
-
getFormLabel
- Specified by:
getFormLabel
in interfaceMapRequiredCredentialEntity
-
isInput
- Specified by:
isInput
in interfaceMapRequiredCredentialEntity
-
setInput
- Specified by:
setInput
in interfaceMapRequiredCredentialEntity
-
isSecret
- Specified by:
isSecret
in interfaceMapRequiredCredentialEntity
-
setSecret
- Specified by:
setSecret
in interfaceMapRequiredCredentialEntity
-
getType
- Specified by:
getType
in interfaceMapRequiredCredentialEntity
-
setType
- Specified by:
setType
in interfaceMapRequiredCredentialEntity
-