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

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

Introduction

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

Prototype

PasswordPolicyErrorStatus CHANGE_AFTER_RESET

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

Click Source Link

Usage

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

public boolean isChangeAfterReset() {
    return this.errorStatus == PasswordPolicyErrorStatus.CHANGE_AFTER_RESET;
}