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 String
getAdditionalAuthentication()
AuthenticationsPolicyType
getAuthenticationPolicy()
List<ObjectReferenceType>
getDefaultRoles()
ObjectReferenceType
getFormRef()
String
getInitialLifecycleState()
String
getName()
NonceCredentialsPolicyType
getNoncePolicy()
String
getRequiredLifecycleState()
void
initPostAuthenticationDto(SecurityPolicyType securityPolicy)
void
initSelfRegistrationDto(SecurityPolicyType securityPolicy)
boolean
isEmpty()
void
setName(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()
-
-