Package org.ldaptive.auth
Class CompareAuthenticationHandler.Scheme
- java.lang.Object
-
- org.ldaptive.auth.CompareAuthenticationHandler.Scheme
-
- Enclosing class:
- CompareAuthenticationHandler
public static class CompareAuthenticationHandler.Scheme extends java.lang.ObjectRepresents a password scheme used for attribute comparison.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlgorithm()Returns the scheme algorithm.java.lang.StringgetLabel()Returns the scheme label.java.lang.StringtoString()
-