Package org.ldaptive.auth
Class CompareAuthenticationHandler.Scheme
java.lang.Object
org.ldaptive.auth.CompareAuthenticationHandler.Scheme
- Enclosing class:
CompareAuthenticationHandler
Represents a password scheme used for attribute comparison.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label
Label of the scheme. -
algorithm
Algorithm used by this scheme.
-
-
Constructor Details
-
Scheme
Creates a new scheme.- Parameters:
labelAndAlgorithm
- colon delimited label:algorithm
-
Scheme
Creates a new scheme.- Parameters:
l
- labela
- algorithm
-
-
Method Details