Example usage for org.springframework.security.ldap.ppolicy PasswordPolicyErrorStatus PASSWORD_EXPIRED

List of usage examples for org.springframework.security.ldap.ppolicy PasswordPolicyErrorStatus PASSWORD_EXPIRED

Introduction

In this page you can find the example usage for org.springframework.security.ldap.ppolicy PasswordPolicyErrorStatus PASSWORD_EXPIRED.

Prototype

PasswordPolicyErrorStatus PASSWORD_EXPIRED

To view the source code for org.springframework.security.ldap.ppolicy PasswordPolicyErrorStatus PASSWORD_EXPIRED.

Click Source Link

Usage

From source file:org.springframework.security.ldap.ppolicy.PasswordPolicyResponseControl.java

public boolean isExpired() {
    return this.errorStatus == PasswordPolicyErrorStatus.PASSWORD_EXPIRED;
}