Example usage for org.springframework.security.ldap.ppolicy PasswordPolicyControl subclass-usage

List of usage examples for org.springframework.security.ldap.ppolicy PasswordPolicyControl subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.ldap.ppolicy PasswordPolicyControl subclass-usage.

Usage

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

/**
 * Represents the response control received when a <tt>PasswordPolicyControl</tt> is used
 * when binding to a directory. Currently tested with the OpenLDAP 2.3.19 implementation
 * of the LDAP Password Policy Draft. It extends the request control with the control
 * specific data. This is accomplished by the properties <tt>timeBeforeExpiration</tt>,
 * <tt>graceLoginsRemaining</tt>.