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 com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
See Also:
  • Field Details

    • 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 Details

    • PasswordLifeTimeType

      public PasswordLifeTimeType()
    • PasswordLifeTimeType

      public PasswordLifeTimeType(PasswordLifeTimeType other)
  • Method Details