|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.security.ldap.ppolicy.PasswordPolicyControl
public class PasswordPolicyControl
A Password Policy request control.
Based on the information in the corresponding internet draft on LDAP password policy
PasswordPolicyResponseControl
,
Serialized FormField Summary | |
---|---|
static String |
OID
OID of the Password Policy Control |
Fields inherited from interface javax.naming.ldap.Control |
---|
CRITICAL, NONCRITICAL |
Constructor Summary | |
---|---|
PasswordPolicyControl()
Creates a non-critical (request) control. |
|
PasswordPolicyControl(boolean critical)
Creates a (request) control. |
Method Summary | |
---|---|
byte[] |
getEncodedValue()
Retrieves the ASN.1 BER encoded value of the LDAP control. |
String |
getID()
Returns the OID of the Password Policy Control ("1.3.6.1.4.1.42.2.27.8.5.1"). |
boolean |
isCritical()
Returns whether the control is critical for the client. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String OID
Constructor Detail |
---|
public PasswordPolicyControl()
public PasswordPolicyControl(boolean critical)
critical
- indicates whether the control is critical for the clientMethod Detail |
---|
public byte[] getEncodedValue()
getEncodedValue
in interface Control
public String getID()
getID
in interface Control
public boolean isCritical()
isCritical
in interface Control
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |