org.identityconnectors.ldap
Class LdapConnection.AuthenticationResult

java.lang.Object
  extended by org.identityconnectors.ldap.LdapConnection.AuthenticationResult
Enclosing class:
LdapConnection

public static class LdapConnection.AuthenticationResult
extends Object


Constructor Summary
LdapConnection.AuthenticationResult(LdapConnection.AuthenticationResultType type)
           
LdapConnection.AuthenticationResult(LdapConnection.AuthenticationResultType type, Exception cause)
           
 
Method Summary
 LdapConnection.AuthenticationResultType getType()
           
 void propagate()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapConnection.AuthenticationResult

public LdapConnection.AuthenticationResult(LdapConnection.AuthenticationResultType type)

LdapConnection.AuthenticationResult

public LdapConnection.AuthenticationResult(LdapConnection.AuthenticationResultType type,
                                           Exception cause)
Method Detail

propagate

public void propagate()

getType

public LdapConnection.AuthenticationResultType getType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.