Class PasswordLifeTimeType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PasswordLifeTimeType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class PasswordLifeTimeType extends AbstractPlainStructured
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected Integerexpirationstatic ItemNameF_EXPIRATIONstatic ItemNameF_MIN_PASSWORD_AGEstatic ItemNameF_PASSWORD_HISTORY_LENGTHprotected IntegerminPasswordAgeprotected IntegerpasswordHistoryLength
-
Constructor Summary
Constructors Constructor Description PasswordLifeTimeType()PasswordLifeTimeType(PasswordLifeTimeType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)PasswordLifeTimeTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)PasswordLifeTimeTypeexpiration(Integer value)IntegergetExpiration()IntegergetMinPasswordAge()IntegergetPasswordHistoryLength()inthashCode(StructuredHashCodeStrategy strategy)PasswordLifeTimeTypeminPasswordAge(Integer value)PasswordLifeTimeTypepasswordHistoryLength(Integer value)voidsetExpiration(Integer value)voidsetMinPasswordAge(Integer value)voidsetPasswordHistoryLength(Integer value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
expiration
protected Integer expiration
-
minPasswordAge
protected Integer minPasswordAge
-
passwordHistoryLength
protected Integer passwordHistoryLength
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_EXPIRATION
public static final ItemName F_EXPIRATION
-
F_MIN_PASSWORD_AGE
public static final ItemName F_MIN_PASSWORD_AGE
-
F_PASSWORD_HISTORY_LENGTH
public static final ItemName F_PASSWORD_HISTORY_LENGTH
-
-
Constructor Detail
-
PasswordLifeTimeType
public PasswordLifeTimeType()
-
PasswordLifeTimeType
public PasswordLifeTimeType(PasswordLifeTimeType other)
-
-
Method Detail
-
getExpiration
public Integer getExpiration()
-
setExpiration
public void setExpiration(Integer value)
-
getMinPasswordAge
public Integer getMinPasswordAge()
-
setMinPasswordAge
public void setMinPasswordAge(Integer value)
-
getPasswordHistoryLength
public Integer getPasswordHistoryLength()
-
setPasswordHistoryLength
public void setPasswordHistoryLength(Integer value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
expiration
public PasswordLifeTimeType expiration(Integer value)
-
minPasswordAge
public PasswordLifeTimeType minPasswordAge(Integer value)
-
passwordHistoryLength
public PasswordLifeTimeType passwordHistoryLength(Integer value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public PasswordLifeTimeType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-