public class AuthDomain extends Object implements Comparable<AuthDomain>
| Constructor and Description |
|---|
AuthDomain(AuthenticationBackend backend,
HTTPAuthenticator httpAuthenticator,
boolean challenge,
int order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AuthDomain o) |
AuthenticationBackend |
getBackend() |
HTTPAuthenticator |
getHttpAuthenticator() |
int |
getOrder() |
boolean |
isChallenge() |
String |
toString() |
public AuthDomain(AuthenticationBackend backend, HTTPAuthenticator httpAuthenticator, boolean challenge, int order)
public boolean isChallenge()
public AuthenticationBackend getBackend()
public HTTPAuthenticator getHttpAuthenticator()
public int getOrder()
public int compareTo(AuthDomain o)
compareTo in interface Comparable<AuthDomain>Copyright © 2015–2016. All rights reserved.