Class SelfRegistrationPolicyType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRegistrationPolicyType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SelfRegistrationPolicyType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class SelfRegistrationPolicyType extends AbstractRegistrationPolicyType implements Serializable, Cloneable, Containerable
Structure that specifies policy for password management. It is in fact only a simple reference to a password policy.Java class for SelfRegistrationPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelfRegistrationPolicyType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractRegistrationPolicyType"> <sequence> <element name="formRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_FORM_REF
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRegistrationPolicyType
F_ADDITIONAL_AUTHENTICATION_NAME, F_DEFAULT_ROLE, F_DISPLAY_NAME, F_INITIAL_LIFECYCLE_STATE, F_NAME, F_REQUIRED_LIFECYCLE_STATE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SelfRegistrationPolicyType()
SelfRegistrationPolicyType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRegistrationPolicyType
createDefaultRoleList, getAdditionalAuthenticationName, getDefaultRole, getDisplayName, getInitialLifecycleState, getName, getRequiredLifecycleState, setAdditionalAuthenticationName, setDisplayName, setInitialLifecycleState, setName, setRequiredLifecycleState
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
SelfRegistrationPolicyType
public SelfRegistrationPolicyType()
-
SelfRegistrationPolicyType
public SelfRegistrationPolicyType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractRegistrationPolicyType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classAbstractRegistrationPolicyType
-
toString
public String toString()
- Overrides:
toString
in classAbstractRegistrationPolicyType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractRegistrationPolicyType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractRegistrationPolicyType
-
end
public <X> X end()
- Overrides:
end
in classAbstractRegistrationPolicyType
-
getFormRef
public ObjectReferenceType getFormRef()
-
setFormRef
public void setFormRef(ObjectReferenceType value)
-
formRef
public SelfRegistrationPolicyType formRef(ObjectReferenceType value)
-
formRef
public SelfRegistrationPolicyType formRef(String oid, QName type)
-
formRef
public SelfRegistrationPolicyType formRef(String oid, QName type, QName relation)
-
beginFormRef
public ObjectReferenceType beginFormRef()
-
name
public SelfRegistrationPolicyType name(String value)
- Overrides:
name
in classAbstractRegistrationPolicyType
-
initialLifecycleState
public SelfRegistrationPolicyType initialLifecycleState(String value)
- Overrides:
initialLifecycleState
in classAbstractRegistrationPolicyType
-
requiredLifecycleState
public SelfRegistrationPolicyType requiredLifecycleState(String value)
- Overrides:
requiredLifecycleState
in classAbstractRegistrationPolicyType
-
displayName
public SelfRegistrationPolicyType displayName(String value)
- Overrides:
displayName
in classAbstractRegistrationPolicyType
-
additionalAuthenticationName
public SelfRegistrationPolicyType additionalAuthenticationName(String value)
- Overrides:
additionalAuthenticationName
in classAbstractRegistrationPolicyType
-
defaultRole
public SelfRegistrationPolicyType defaultRole(ObjectReferenceType value)
- Overrides:
defaultRole
in classAbstractRegistrationPolicyType
-
defaultRole
public SelfRegistrationPolicyType defaultRole(String oid, QName type)
- Overrides:
defaultRole
in classAbstractRegistrationPolicyType
-
defaultRole
public SelfRegistrationPolicyType defaultRole(String oid, QName type, QName relation)
- Overrides:
defaultRole
in classAbstractRegistrationPolicyType
-
beginDefaultRole
public ObjectReferenceType beginDefaultRole()
- Overrides:
beginDefaultRole
in classAbstractRegistrationPolicyType
-
clone
public SelfRegistrationPolicyType clone()
- Overrides:
clone
in classAbstractRegistrationPolicyType
-
-