Class PasswordResetNotifierType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ConfirmationNotifierType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PasswordResetNotifierType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class PasswordResetNotifierType extends ConfirmationNotifierType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for PasswordResetNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordResetNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConfirmationNotifierType"> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPE-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ConfirmationNotifierType
confirmationMethod, F_CONFIRMATION_METHOD
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType
attachment, attachmentExpression, bccExpression, bodyExpression, ccExpression, contentType, contentTypeExpression, F_ATTACHMENT, F_ATTACHMENT_EXPRESSION, F_BCC_EXPRESSION, F_BODY_EXPRESSION, F_CC_EXPRESSION, F_CONTENT_TYPE, F_CONTENT_TYPE_EXPRESSION, F_FROM_EXPRESSION, F_RECIPIENT_EXPRESSION, F_SHOW_MODIFIED_VALUES, F_SHOW_TECHNICAL_INFORMATION, F_SUBJECT_EXPRESSION, F_SUBJECT_PREFIX, F_TRANSPORT, F_WATCH_AUXILIARY_ATTRIBUTES, fromExpression, recipientExpression, showModifiedValues, showTechnicalInformation, subjectExpression, subjectPrefix, transport, watchAuxiliaryAttributes
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
accountActivationNotifier, accountPasswordNotifier, category, chained, customNotifier, description, documentation, expressionFilter, F_ACCOUNT_ACTIVATION_NOTIFIER, F_ACCOUNT_PASSWORD_NOTIFIER, F_CATEGORY, F_CHAINED, F_CUSTOM_NOTIFIER, F_DESCRIPTION, F_DOCUMENTATION, F_EXPRESSION_FILTER, F_FOCUS_TYPE, F_FORKED, F_GENERAL_NOTIFIER, F_NAME, F_OBJECT_INTENT, F_OBJECT_KIND, F_OPERATION, F_PASSWORD_RESET_NOTIFIER, F_SIMPLE_CAMPAIGN_NOTIFIER, F_SIMPLE_CAMPAIGN_STAGE_NOTIFIER, F_SIMPLE_CASE_MANAGEMENT_NOTIFIER, F_SIMPLE_FOCAL_OBJECT_NOTIFIER, F_SIMPLE_POLICY_RULE_NOTIFIER, F_SIMPLE_REPORT_NOTIFIER, F_SIMPLE_RESOURCE_OBJECT_NOTIFIER, F_SIMPLE_REVIEWER_NOTIFIER, F_SIMPLE_TASK_NOTIFIER, F_SIMPLE_USER_NOTIFIER, F_SIMPLE_WORKFLOW_NOTIFIER, F_STATUS, F_TIME_VALIDITY_NOTIFIER, F_USER_PASSWORD_NOTIFIER, F_USER_REGISTRATION_NOTIFIER, focusType, forked, generalNotifier, name, objectIntent, objectKind, operation, passwordResetNotifier, simpleCampaignNotifier, simpleCampaignStageNotifier, simpleCaseManagementNotifier, simpleFocalObjectNotifier, simplePolicyRuleNotifier, simpleReportNotifier, simpleResourceObjectNotifier, simpleReviewerNotifier, simpleTaskNotifier, simpleUserNotifier, simpleWorkflowNotifier, status, timeValidityNotifier, userPasswordNotifier, userRegistrationNotifier
-
-
Constructor Summary
Constructors Constructor Description PasswordResetNotifierType()Creates a newPasswordResetNotifierTypeinstance.PasswordResetNotifierType(PasswordResetNotifierType o)Creates a newPasswordResetNotifierTypeinstance by deeply copying a givenPasswordResetNotifierTypeinstance.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ConfirmationNotifierType
getConfirmationMethod, setConfirmationMethod
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType
getAttachment, getAttachmentExpression, getBccExpression, getBodyExpression, getCcExpression, getContentType, getContentTypeExpression, getFromExpression, getRecipientExpression, getSubjectExpression, getSubjectPrefix, getTransport, isShowModifiedValues, isShowTechnicalInformation, isWatchAuxiliaryAttributes, setAttachmentExpression, setBodyExpression, setContentType, setContentTypeExpression, setFromExpression, setShowModifiedValues, setShowTechnicalInformation, setSubjectExpression, setSubjectPrefix, setWatchAuxiliaryAttributes
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
getAccountActivationNotifier, getAccountPasswordNotifier, getCategory, getChained, getCustomNotifier, getDescription, getDocumentation, getExpressionFilter, getFocusType, getForked, getGeneralNotifier, getName, getObjectIntent, getObjectKind, getOperation, getPasswordResetNotifier, getSimpleCampaignNotifier, getSimpleCampaignStageNotifier, getSimpleCaseManagementNotifier, getSimpleFocalObjectNotifier, getSimplePolicyRuleNotifier, getSimpleReportNotifier, getSimpleResourceObjectNotifier, getSimpleReviewerNotifier, getSimpleTaskNotifier, getSimpleUserNotifier, getSimpleWorkflowNotifier, getStatus, getTimeValidityNotifier, getUserPasswordNotifier, getUserRegistrationNotifier, setDescription, setDocumentation, setName
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
PasswordResetNotifierType
public PasswordResetNotifierType()
Creates a newPasswordResetNotifierTypeinstance.
-
PasswordResetNotifierType
public PasswordResetNotifierType(PasswordResetNotifierType o)
Creates a newPasswordResetNotifierTypeinstance by deeply copying a givenPasswordResetNotifierTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classConfirmationNotifierType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classConfirmationNotifierType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classConfirmationNotifierType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classConfirmationNotifierType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classConfirmationNotifierType
-
confirmationMethod
public PasswordResetNotifierType confirmationMethod(RegistrationConfirmationMethodType value)
- Overrides:
confirmationMethodin classConfirmationNotifierType
-
fromExpression
public PasswordResetNotifierType fromExpression(ExpressionType value)
- Overrides:
fromExpressionin classConfirmationNotifierType
-
beginFromExpression
public ExpressionType beginFromExpression()
- Overrides:
beginFromExpressionin classConfirmationNotifierType
-
recipientExpression
public PasswordResetNotifierType recipientExpression(ExpressionType value)
- Overrides:
recipientExpressionin classConfirmationNotifierType
-
beginRecipientExpression
public ExpressionType beginRecipientExpression()
- Overrides:
beginRecipientExpressionin classConfirmationNotifierType
-
ccExpression
public PasswordResetNotifierType ccExpression(ExpressionType value)
- Overrides:
ccExpressionin classConfirmationNotifierType
-
beginCcExpression
public ExpressionType beginCcExpression()
- Overrides:
beginCcExpressionin classConfirmationNotifierType
-
bccExpression
public PasswordResetNotifierType bccExpression(ExpressionType value)
- Overrides:
bccExpressionin classConfirmationNotifierType
-
beginBccExpression
public ExpressionType beginBccExpression()
- Overrides:
beginBccExpressionin classConfirmationNotifierType
-
contentTypeExpression
public PasswordResetNotifierType contentTypeExpression(ExpressionType value)
- Overrides:
contentTypeExpressionin classConfirmationNotifierType
-
beginContentTypeExpression
public ExpressionType beginContentTypeExpression()
- Overrides:
beginContentTypeExpressionin classConfirmationNotifierType
-
subjectExpression
public PasswordResetNotifierType subjectExpression(ExpressionType value)
- Overrides:
subjectExpressionin classConfirmationNotifierType
-
beginSubjectExpression
public ExpressionType beginSubjectExpression()
- Overrides:
beginSubjectExpressionin classConfirmationNotifierType
-
subjectPrefix
public PasswordResetNotifierType subjectPrefix(String value)
- Overrides:
subjectPrefixin classConfirmationNotifierType
-
bodyExpression
public PasswordResetNotifierType bodyExpression(ExpressionType value)
- Overrides:
bodyExpressionin classConfirmationNotifierType
-
beginBodyExpression
public ExpressionType beginBodyExpression()
- Overrides:
beginBodyExpressionin classConfirmationNotifierType
-
contentType
public PasswordResetNotifierType contentType(String value)
- Overrides:
contentTypein classConfirmationNotifierType
-
attachment
public PasswordResetNotifierType attachment(NotificationMessageAttachmentType value)
- Overrides:
attachmentin classConfirmationNotifierType
-
beginAttachment
public NotificationMessageAttachmentType beginAttachment()
- Overrides:
beginAttachmentin classConfirmationNotifierType
-
attachmentExpression
public PasswordResetNotifierType attachmentExpression(ExpressionType value)
- Overrides:
attachmentExpressionin classConfirmationNotifierType
-
beginAttachmentExpression
public ExpressionType beginAttachmentExpression()
- Overrides:
beginAttachmentExpressionin classConfirmationNotifierType
-
watchAuxiliaryAttributes
public PasswordResetNotifierType watchAuxiliaryAttributes(Boolean value)
- Overrides:
watchAuxiliaryAttributesin classConfirmationNotifierType
-
showModifiedValues
public PasswordResetNotifierType showModifiedValues(Boolean value)
- Overrides:
showModifiedValuesin classConfirmationNotifierType
-
showTechnicalInformation
public PasswordResetNotifierType showTechnicalInformation(Boolean value)
- Overrides:
showTechnicalInformationin classConfirmationNotifierType
-
transport
public PasswordResetNotifierType transport(String value)
- Overrides:
transportin classConfirmationNotifierType
-
name
public PasswordResetNotifierType name(String value)
- Overrides:
namein classConfirmationNotifierType
-
description
public PasswordResetNotifierType description(String value)
- Overrides:
descriptionin classConfirmationNotifierType
-
documentation
public PasswordResetNotifierType documentation(String value)
- Overrides:
documentationin classConfirmationNotifierType
-
category
public PasswordResetNotifierType category(EventCategoryType value)
- Overrides:
categoryin classConfirmationNotifierType
-
operation
public PasswordResetNotifierType operation(EventOperationType value)
- Overrides:
operationin classConfirmationNotifierType
-
status
public PasswordResetNotifierType status(EventStatusType value)
- Overrides:
statusin classConfirmationNotifierType
-
objectKind
public PasswordResetNotifierType objectKind(ShadowKindType value)
- Overrides:
objectKindin classConfirmationNotifierType
-
objectIntent
public PasswordResetNotifierType objectIntent(String value)
- Overrides:
objectIntentin classConfirmationNotifierType
-
focusType
public PasswordResetNotifierType focusType(QName value)
- Overrides:
focusTypein classConfirmationNotifierType
-
expressionFilter
public PasswordResetNotifierType expressionFilter(ExpressionType value)
- Overrides:
expressionFilterin classConfirmationNotifierType
-
beginExpressionFilter
public ExpressionType beginExpressionFilter()
- Overrides:
beginExpressionFilterin classConfirmationNotifierType
-
chained
public PasswordResetNotifierType chained(EventHandlerType value)
- Overrides:
chainedin classConfirmationNotifierType
-
beginChained
public EventHandlerType beginChained()
- Overrides:
beginChainedin classConfirmationNotifierType
-
forked
public PasswordResetNotifierType forked(EventHandlerType value)
- Overrides:
forkedin classConfirmationNotifierType
-
beginForked
public EventHandlerType beginForked()
- Overrides:
beginForkedin classConfirmationNotifierType
-
simpleUserNotifier
public PasswordResetNotifierType simpleUserNotifier(SimpleUserNotifierType value)
- Overrides:
simpleUserNotifierin classConfirmationNotifierType
-
beginSimpleUserNotifier
public SimpleUserNotifierType beginSimpleUserNotifier()
- Overrides:
beginSimpleUserNotifierin classConfirmationNotifierType
-
timeValidityNotifier
public PasswordResetNotifierType timeValidityNotifier(TimeValidityNotifierType value)
- Overrides:
timeValidityNotifierin classConfirmationNotifierType
-
beginTimeValidityNotifier
public TimeValidityNotifierType beginTimeValidityNotifier()
- Overrides:
beginTimeValidityNotifierin classConfirmationNotifierType
-
simpleFocalObjectNotifier
public PasswordResetNotifierType simpleFocalObjectNotifier(SimpleFocalObjectNotifierType value)
- Overrides:
simpleFocalObjectNotifierin classConfirmationNotifierType
-
beginSimpleFocalObjectNotifier
public SimpleFocalObjectNotifierType beginSimpleFocalObjectNotifier()
- Overrides:
beginSimpleFocalObjectNotifierin classConfirmationNotifierType
-
simpleResourceObjectNotifier
public PasswordResetNotifierType simpleResourceObjectNotifier(SimpleResourceObjectNotifierType value)
- Overrides:
simpleResourceObjectNotifierin classConfirmationNotifierType
-
beginSimpleResourceObjectNotifier
public SimpleResourceObjectNotifierType beginSimpleResourceObjectNotifier()
- Overrides:
beginSimpleResourceObjectNotifierin classConfirmationNotifierType
-
simpleWorkflowNotifier
public PasswordResetNotifierType simpleWorkflowNotifier(SimpleWorkflowNotifierType value)
- Overrides:
simpleWorkflowNotifierin classConfirmationNotifierType
-
beginSimpleWorkflowNotifier
public SimpleWorkflowNotifierType beginSimpleWorkflowNotifier()
- Overrides:
beginSimpleWorkflowNotifierin classConfirmationNotifierType
-
simpleCaseManagementNotifier
public PasswordResetNotifierType simpleCaseManagementNotifier(SimpleCaseManagementNotifierType value)
- Overrides:
simpleCaseManagementNotifierin classConfirmationNotifierType
-
beginSimpleCaseManagementNotifier
public SimpleCaseManagementNotifierType beginSimpleCaseManagementNotifier()
- Overrides:
beginSimpleCaseManagementNotifierin classConfirmationNotifierType
-
userPasswordNotifier
public PasswordResetNotifierType userPasswordNotifier(UserPasswordNotifierType value)
- Overrides:
userPasswordNotifierin classConfirmationNotifierType
-
beginUserPasswordNotifier
public UserPasswordNotifierType beginUserPasswordNotifier()
- Overrides:
beginUserPasswordNotifierin classConfirmationNotifierType
-
userRegistrationNotifier
public PasswordResetNotifierType userRegistrationNotifier(RegistrationConfirmationNotifierType value)
- Overrides:
userRegistrationNotifierin classConfirmationNotifierType
-
beginUserRegistrationNotifier
public RegistrationConfirmationNotifierType beginUserRegistrationNotifier()
- Overrides:
beginUserRegistrationNotifierin classConfirmationNotifierType
-
passwordResetNotifier
public PasswordResetNotifierType passwordResetNotifier(PasswordResetNotifierType value)
- Overrides:
passwordResetNotifierin classConfirmationNotifierType
-
beginPasswordResetNotifier
public PasswordResetNotifierType beginPasswordResetNotifier()
- Overrides:
beginPasswordResetNotifierin classConfirmationNotifierType
-
accountActivationNotifier
public PasswordResetNotifierType accountActivationNotifier(AccountActivationNotifierType value)
- Overrides:
accountActivationNotifierin classConfirmationNotifierType
-
beginAccountActivationNotifier
public AccountActivationNotifierType beginAccountActivationNotifier()
- Overrides:
beginAccountActivationNotifierin classConfirmationNotifierType
-
accountPasswordNotifier
public PasswordResetNotifierType accountPasswordNotifier(AccountPasswordNotifierType value)
- Overrides:
accountPasswordNotifierin classConfirmationNotifierType
-
beginAccountPasswordNotifier
public AccountPasswordNotifierType beginAccountPasswordNotifier()
- Overrides:
beginAccountPasswordNotifierin classConfirmationNotifierType
-
simpleCampaignNotifier
public PasswordResetNotifierType simpleCampaignNotifier(SimpleCampaignNotifierType value)
- Overrides:
simpleCampaignNotifierin classConfirmationNotifierType
-
beginSimpleCampaignNotifier
public SimpleCampaignNotifierType beginSimpleCampaignNotifier()
- Overrides:
beginSimpleCampaignNotifierin classConfirmationNotifierType
-
simpleCampaignStageNotifier
public PasswordResetNotifierType simpleCampaignStageNotifier(SimpleCampaignStageNotifierType value)
- Overrides:
simpleCampaignStageNotifierin classConfirmationNotifierType
-
beginSimpleCampaignStageNotifier
public SimpleCampaignStageNotifierType beginSimpleCampaignStageNotifier()
- Overrides:
beginSimpleCampaignStageNotifierin classConfirmationNotifierType
-
simpleReviewerNotifier
public PasswordResetNotifierType simpleReviewerNotifier(SimpleReviewerNotifierType value)
- Overrides:
simpleReviewerNotifierin classConfirmationNotifierType
-
beginSimpleReviewerNotifier
public SimpleReviewerNotifierType beginSimpleReviewerNotifier()
- Overrides:
beginSimpleReviewerNotifierin classConfirmationNotifierType
-
simpleTaskNotifier
public PasswordResetNotifierType simpleTaskNotifier(SimpleTaskNotifierType value)
- Overrides:
simpleTaskNotifierin classConfirmationNotifierType
-
beginSimpleTaskNotifier
public SimpleTaskNotifierType beginSimpleTaskNotifier()
- Overrides:
beginSimpleTaskNotifierin classConfirmationNotifierType
-
simpleReportNotifier
public PasswordResetNotifierType simpleReportNotifier(SimpleReportNotifierType value)
- Overrides:
simpleReportNotifierin classConfirmationNotifierType
-
beginSimpleReportNotifier
public SimpleReportNotifierType beginSimpleReportNotifier()
- Overrides:
beginSimpleReportNotifierin classConfirmationNotifierType
-
simplePolicyRuleNotifier
public PasswordResetNotifierType simplePolicyRuleNotifier(SimplePolicyRuleNotifierType value)
- Overrides:
simplePolicyRuleNotifierin classConfirmationNotifierType
-
beginSimplePolicyRuleNotifier
public SimplePolicyRuleNotifierType beginSimplePolicyRuleNotifier()
- Overrides:
beginSimplePolicyRuleNotifierin classConfirmationNotifierType
-
generalNotifier
public PasswordResetNotifierType generalNotifier(GeneralNotifierType value)
- Overrides:
generalNotifierin classConfirmationNotifierType
-
beginGeneralNotifier
public GeneralNotifierType beginGeneralNotifier()
- Overrides:
beginGeneralNotifierin classConfirmationNotifierType
-
customNotifier
public PasswordResetNotifierType customNotifier(CustomNotifierType value)
- Overrides:
customNotifierin classConfirmationNotifierType
-
beginCustomNotifier
public CustomNotifierType beginCustomNotifier()
- Overrides:
beginCustomNotifierin classConfirmationNotifierType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classConfirmationNotifierType
-
clone
public PasswordResetNotifierType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classConfirmationNotifierType- Returns:
- A deep copy of this object.
-
-