public static class AbstractCompareAuthenticationHandler.Scheme extends Object
Modifier and Type | Field and Description |
---|---|
private String |
algorithm
Algorithm used by this scheme.
|
private String |
label
Label of the scheme.
|
Constructor and Description |
---|
Scheme(String labelAndAlgorithm)
Creates a new scheme.
|
Scheme(String l,
String a)
Creates a new scheme.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Returns the scheme algorithm.
|
String |
getLabel()
Returns the scheme label.
|
String |
toString() |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.