|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.auth.AbstractCompareAuthenticationHandler.Scheme
public static class AbstractCompareAuthenticationHandler.Scheme
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 |
|---|
public AbstractCompareAuthenticationHandler.Scheme(String labelAndAlgorithm)
labelAndAlgorithm - colon delimited label:algorithm
public AbstractCompareAuthenticationHandler.Scheme(String l,
String a)
l - labela - algorithm| Method Detail |
|---|
public String getLabel()
public String getAlgorithm()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||