Class SelfRegistrationDto
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.page.login.SelfRegistrationDto
-
- All Implemented Interfaces:
Serializable
public class SelfRegistrationDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SelfRegistrationDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdditionalAuthentication()AuthenticationsPolicyTypegetAuthenticationPolicy()List<ObjectReferenceType>getDefaultRoles()ObjectReferenceTypegetFormRef()StringgetInitialLifecycleState()StringgetName()NonceCredentialsPolicyTypegetNoncePolicy()StringgetRequiredLifecycleState()voidinitPostAuthenticationDto(SecurityPolicyType securityPolicy)voidinitSelfRegistrationDto(SecurityPolicyType securityPolicy)booleanisEmpty()voidsetName(String name)
-
-
-
Method Detail
-
initSelfRegistrationDto
public void initSelfRegistrationDto(SecurityPolicyType securityPolicy) throws SchemaException
- Throws:
SchemaException
-
initPostAuthenticationDto
public void initPostAuthenticationDto(SecurityPolicyType securityPolicy) throws SchemaException
- Throws:
SchemaException
-
isEmpty
public boolean isEmpty()
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDefaultRoles
public List<ObjectReferenceType> getDefaultRoles()
-
getNoncePolicy
public NonceCredentialsPolicyType getNoncePolicy()
-
getInitialLifecycleState
public String getInitialLifecycleState()
-
getRequiredLifecycleState
public String getRequiredLifecycleState()
-
getFormRef
public ObjectReferenceType getFormRef()
-
getAdditionalAuthentication
public String getAdditionalAuthentication()
-
getAuthenticationPolicy
public AuthenticationsPolicyType getAuthenticationPolicy()
-
-