Class CredentialsResetPolicyType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialsResetPolicyType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class CredentialsResetPolicyType extends Object implements Serializable, Cloneable, Containerable
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Credentials reset management policy. It specifies the management details for each supported credentials reset type. It defines parameters such as reset method. </p>
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> The idea is that all the password reset mechanisms have the same parts: request, authentication, credential source, delivery. This data structure is meant to configure those steps. </p>
Java class for CredentialsResetPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CredentialsResetPolicyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/> <element name="authenticationSequenceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="newCredentialSource" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialSourceType" minOccurs="0"/> <element name="forceChange" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="securityQuestionReset" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SecurityQuestionsResetPolicyType" minOccurs="0"/> <element name="mailReset" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MailResetPolicyType" minOccurs="0"/> <element name="smsReset" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SmsResetPolicyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_AUTHENTICATION_SEQUENCE_NAME
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_FORCE_CHANGE
static ItemName
F_MAIL_RESET
static ItemName
F_NAME
static ItemName
F_NEW_CREDENTIAL_SOURCE
static ItemName
F_SECURITY_QUESTION_RESET
static ItemName
F_SMS_RESET
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CredentialsResetPolicyType()
CredentialsResetPolicyType(PrismContext prismContext)
-
Method Summary
-
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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_AUTHENTICATION_SEQUENCE_NAME
public static final ItemName F_AUTHENTICATION_SEQUENCE_NAME
-
F_NEW_CREDENTIAL_SOURCE
public static final ItemName F_NEW_CREDENTIAL_SOURCE
-
F_FORCE_CHANGE
public static final ItemName F_FORCE_CHANGE
-
F_SECURITY_QUESTION_RESET
public static final ItemName F_SECURITY_QUESTION_RESET
-
F_MAIL_RESET
public static final ItemName F_MAIL_RESET
-
F_SMS_RESET
public static final ItemName F_SMS_RESET
-
-
Constructor Detail
-
CredentialsResetPolicyType
public CredentialsResetPolicyType()
-
CredentialsResetPolicyType
public CredentialsResetPolicyType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
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
-
end
public <X> X end()
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getAuthenticationSequenceName
public String getAuthenticationSequenceName()
-
setAuthenticationSequenceName
public void setAuthenticationSequenceName(String value)
-
getNewCredentialSource
public CredentialSourceType getNewCredentialSource()
-
setNewCredentialSource
public void setNewCredentialSource(CredentialSourceType value)
-
isForceChange
public Boolean isForceChange()
-
setForceChange
public void setForceChange(Boolean value)
-
getSecurityQuestionReset
public SecurityQuestionsResetPolicyType getSecurityQuestionReset()
-
setSecurityQuestionReset
public void setSecurityQuestionReset(SecurityQuestionsResetPolicyType value)
-
getMailReset
public MailResetPolicyType getMailReset()
-
setMailReset
public void setMailReset(MailResetPolicyType value)
-
getSmsReset
public SmsResetPolicyType getSmsReset()
-
setSmsReset
public void setSmsReset(SmsResetPolicyType value)
-
name
public CredentialsResetPolicyType name(String value)
-
description
public CredentialsResetPolicyType description(String value)
-
documentation
public CredentialsResetPolicyType documentation(String value)
-
authenticationSequenceName
public CredentialsResetPolicyType authenticationSequenceName(String value)
-
newCredentialSource
public CredentialsResetPolicyType newCredentialSource(CredentialSourceType value)
-
beginNewCredentialSource
public CredentialSourceType beginNewCredentialSource()
-
forceChange
public CredentialsResetPolicyType forceChange(Boolean value)
-
securityQuestionReset
public CredentialsResetPolicyType securityQuestionReset(SecurityQuestionsResetPolicyType value)
-
beginSecurityQuestionReset
public SecurityQuestionsResetPolicyType beginSecurityQuestionReset()
-
mailReset
public CredentialsResetPolicyType mailReset(MailResetPolicyType value)
-
beginMailReset
public MailResetPolicyType beginMailReset()
-
smsReset
public CredentialsResetPolicyType smsReset(SmsResetPolicyType value)
-
beginSmsReset
public SmsResetPolicyType beginSmsReset()
-
clone
public CredentialsResetPolicyType clone()
-
-