org.identityconnectors.ldap.schema
Class GuardedPasswordAttribute

java.lang.Object
  extended by org.identityconnectors.ldap.schema.GuardedPasswordAttribute

public abstract class GuardedPasswordAttribute
extends Object


Nested Class Summary
static interface GuardedPasswordAttribute.Accessor
           
 
Constructor Summary
GuardedPasswordAttribute()
           
 
Method Summary
abstract  void access(GuardedPasswordAttribute.Accessor accessor)
           
static GuardedPasswordAttribute create(String attrName)
           
static GuardedPasswordAttribute create(String attrName, org.identityconnectors.common.security.GuardedString password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuardedPasswordAttribute

public GuardedPasswordAttribute()
Method Detail

create

public static GuardedPasswordAttribute create(String attrName,
                                              org.identityconnectors.common.security.GuardedString password)

create

public static GuardedPasswordAttribute create(String attrName)

access

public abstract void access(GuardedPasswordAttribute.Accessor accessor)


Copyright © 2012. All Rights Reserved.