public abstract class AbstractAuthMethod extends java.lang.Object implements AuthMethod
| Constructor and Description |
|---|
AbstractAuthMethod() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AuthMethod other) |
abstract int |
getSortKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic AbstractAuthMethod()
public int compareTo(AuthMethod other)
compareTo in interface java.lang.Comparable<AuthMethod>public abstract int getSortKey()
getSortKey in interface AuthMethod