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 Modifier and Type Class Description static class
MapRequiredCredentialEntityImpl.Empty
-
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 MapRequiredCredentialEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFormLabel()
String
getType()
int
hashCode()
Boolean
isInput()
Boolean
isSecret()
void
setFormLabel(String p0)
void
setInput(Boolean p0)
void
setSecret(Boolean p0)
void
setType(String p0)
String
toString()
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
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
-
-
-
-
Constructor Detail
-
MapRequiredCredentialEntityImpl
public MapRequiredCredentialEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
setFormLabel
public void setFormLabel(String p0)
- Specified by:
setFormLabel
in interfaceMapRequiredCredentialEntity
-
getFormLabel
public String getFormLabel()
- Specified by:
getFormLabel
in interfaceMapRequiredCredentialEntity
-
isInput
public Boolean isInput()
- Specified by:
isInput
in interfaceMapRequiredCredentialEntity
-
setInput
public void setInput(Boolean p0)
- Specified by:
setInput
in interfaceMapRequiredCredentialEntity
-
isSecret
public Boolean isSecret()
- Specified by:
isSecret
in interfaceMapRequiredCredentialEntity
-
setSecret
public void setSecret(Boolean p0)
- Specified by:
setSecret
in interfaceMapRequiredCredentialEntity
-
getType
public String getType()
- Specified by:
getType
in interfaceMapRequiredCredentialEntity
-
setType
public void setType(String p0)
- Specified by:
setType
in interfaceMapRequiredCredentialEntity
-
-