org.springframework.security.ldap.ppolicy
Class PasswordPolicyControlExtractor

java.lang.Object
  extended by org.springframework.security.ldap.ppolicy.PasswordPolicyControlExtractor

public class PasswordPolicyControlExtractor
extends Object

Obtains the PasswordPolicyControl from a context for use by other classes.

Since:
3.0
Version:
$Id$
Author:
Luke Taylor

Constructor Summary
PasswordPolicyControlExtractor()
           
 
Method Summary
static PasswordPolicyResponseControl extractControl(DirContext dirCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyControlExtractor

public PasswordPolicyControlExtractor()
Method Detail

extractControl

public static PasswordPolicyResponseControl extractControl(DirContext dirCtx)


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.