Class ActivationLockoutStatusCapabilityType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
-
- com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.ActivationLockoutStatusCapabilityType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class ActivationLockoutStatusCapabilityType extends CapabilityType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Describes capability to provide lockout status (e.g. account temporarily disabled due to many failed login attempts).Java class for ActivationLockoutStatusCapabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationLockoutStatusCapabilityType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType"> <sequence> <element name="returnedByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="attribute" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="normalValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="lockedValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="ignoreAttribute" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected QName
attribute
static QName
COMPLEX_TYPE
static ItemName
F_ATTRIBUTE
static ItemName
F_IGNORE_ATTRIBUTE
static ItemName
F_LOCKED_VALUE
static ItemName
F_NORMAL_VALUE
static ItemName
F_RETURNED_BY_DEFAULT
protected Boolean
ignoreAttribute
protected List<String>
lockedValue
protected List<String>
normalValue
protected Boolean
returnedByDefault
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
enabled, F_ENABLED
-
-
Constructor Summary
Constructors Constructor Description ActivationLockoutStatusCapabilityType()
Creates a newActivationLockoutStatusCapabilityType
instance.ActivationLockoutStatusCapabilityType(ActivationLockoutStatusCapabilityType o)
Creates a newActivationLockoutStatusCapabilityType
instance by deeply copying a givenActivationLockoutStatusCapabilityType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ActivationLockoutStatusCapabilityType
attribute(QName value)
ActivationLockoutStatusCapabilityType
clone()
Creates and returns a deep copy of this object.ActivationLockoutStatusCapabilityType
enabled(Boolean value)
boolean
equals(Object object)
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)
QName
getAttribute()
Gets the value of the attribute property.List<String>
getLockedValue()
Gets the value of the lockedValue property.List<String>
getNormalValue()
Gets the value of the normalValue property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
ActivationLockoutStatusCapabilityType
ignoreAttribute(Boolean value)
Boolean
isIgnoreAttribute()
Gets the value of the ignoreAttribute property.Boolean
isReturnedByDefault()
Gets the value of the returnedByDefault property.ActivationLockoutStatusCapabilityType
lockedValue(String value)
ActivationLockoutStatusCapabilityType
normalValue(String value)
ActivationLockoutStatusCapabilityType
returnedByDefault(Boolean value)
void
setAttribute(QName value)
Sets the value of the attribute property.void
setIgnoreAttribute(Boolean value)
Sets the value of the ignoreAttribute property.void
setReturnedByDefault(Boolean value)
Sets the value of the returnedByDefault property.String
toString()
Generates a String representation of the contents of this type.-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
isEnabled, setEnabled
-
-
-
-
Field Detail
-
returnedByDefault
protected Boolean returnedByDefault
-
attribute
protected QName attribute
-
ignoreAttribute
protected Boolean ignoreAttribute
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_RETURNED_BY_DEFAULT
public static final ItemName F_RETURNED_BY_DEFAULT
-
F_ATTRIBUTE
public static final ItemName F_ATTRIBUTE
-
F_NORMAL_VALUE
public static final ItemName F_NORMAL_VALUE
-
F_LOCKED_VALUE
public static final ItemName F_LOCKED_VALUE
-
F_IGNORE_ATTRIBUTE
public static final ItemName F_IGNORE_ATTRIBUTE
-
-
Constructor Detail
-
ActivationLockoutStatusCapabilityType
public ActivationLockoutStatusCapabilityType()
Creates a newActivationLockoutStatusCapabilityType
instance.
-
ActivationLockoutStatusCapabilityType
public ActivationLockoutStatusCapabilityType(ActivationLockoutStatusCapabilityType o)
Creates a newActivationLockoutStatusCapabilityType
instance by deeply copying a givenActivationLockoutStatusCapabilityType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
isReturnedByDefault
public Boolean isReturnedByDefault()
Gets the value of the returnedByDefault property.- Returns:
- possible object is
Boolean
-
setReturnedByDefault
public void setReturnedByDefault(Boolean value)
Sets the value of the returnedByDefault property.- Parameters:
value
- allowed object isBoolean
-
getAttribute
public QName getAttribute()
Gets the value of the attribute property.- Returns:
- possible object is
QName
-
setAttribute
public void setAttribute(QName value)
Sets the value of the attribute property.- Parameters:
value
- allowed object isQName
-
getNormalValue
public List<String> getNormalValue()
Gets the value of the normalValue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the normalValue property.For example, to add a new item, do as follows:
getNormalValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getLockedValue
public List<String> getLockedValue()
Gets the value of the lockedValue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the lockedValue property.For example, to add a new item, do as follows:
getLockedValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isIgnoreAttribute
public Boolean isIgnoreAttribute()
Gets the value of the ignoreAttribute property.- Returns:
- possible object is
Boolean
-
setIgnoreAttribute
public void setIgnoreAttribute(Boolean value)
Sets the value of the ignoreAttribute property.- Parameters:
value
- allowed object isBoolean
-
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:
toString
in classCapabilityType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classCapabilityType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCapabilityType
-
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:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classCapabilityType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classCapabilityType
-
returnedByDefault
public ActivationLockoutStatusCapabilityType returnedByDefault(Boolean value)
-
attribute
public ActivationLockoutStatusCapabilityType attribute(QName value)
-
normalValue
public ActivationLockoutStatusCapabilityType normalValue(String value)
-
lockedValue
public ActivationLockoutStatusCapabilityType lockedValue(String value)
-
ignoreAttribute
public ActivationLockoutStatusCapabilityType ignoreAttribute(Boolean value)
-
enabled
public ActivationLockoutStatusCapabilityType enabled(Boolean value)
- Overrides:
enabled
in classCapabilityType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classCapabilityType
-
clone
public ActivationLockoutStatusCapabilityType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classCapabilityType
- Returns:
- A deep copy of this object.
-
-