org.ldaptive.auth
Class AbstractCompareAuthenticationHandler.Scheme

java.lang.Object
  extended by org.ldaptive.auth.AbstractCompareAuthenticationHandler.Scheme
Enclosing class:
AbstractCompareAuthenticationHandler

public static class AbstractCompareAuthenticationHandler.Scheme
extends Object

Represents a password scheme used for attribute comparison.


Constructor Summary
AbstractCompareAuthenticationHandler.Scheme(String labelAndAlgorithm)
          Creates a new scheme.
AbstractCompareAuthenticationHandler.Scheme(String l, String a)
          Creates a new scheme.
 
Method Summary
 String getAlgorithm()
          Returns the scheme algorithm.
 String getLabel()
          Returns the scheme label.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractCompareAuthenticationHandler.Scheme

public AbstractCompareAuthenticationHandler.Scheme(String labelAndAlgorithm)
Creates a new scheme.

Parameters:
labelAndAlgorithm - colon delimited label:algorithm

AbstractCompareAuthenticationHandler.Scheme

public AbstractCompareAuthenticationHandler.Scheme(String l,
                                                   String a)
Creates a new scheme.

Parameters:
l - label
a - algorithm
Method Detail

getLabel

public String getLabel()
Returns the scheme label.

Returns:
label

getAlgorithm

public String getAlgorithm()
Returns the scheme algorithm.

Returns:
algorithm

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.