Package com.floragunn.searchguard.auth
Class AuthenticationDomain
- java.lang.Object
-
- com.floragunn.searchguard.auth.AuthenticationDomain
-
- All Implemented Interfaces:
Comparable<AuthenticationDomain>
public class AuthenticationDomain extends Object implements Comparable<AuthenticationDomain>
-
-
Constructor Summary
Constructors Constructor Description AuthenticationDomain(AuthenticationBackend backend, HTTPAuthenticator httpAuthenticator, boolean challenge, int order, List<String> skippedUsers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AuthenticationDomain o)AuthenticationBackendgetBackend()HTTPAuthenticatorgetHttpAuthenticator()intgetOrder()List<String>getSkippedUsers()booleanisChallenge()StringtoString()
-
-
-
Constructor Detail
-
AuthenticationDomain
public AuthenticationDomain(AuthenticationBackend backend, HTTPAuthenticator httpAuthenticator, boolean challenge, int order, List<String> skippedUsers)
-
-
Method Detail
-
isChallenge
public boolean isChallenge()
-
getBackend
public AuthenticationBackend getBackend()
-
getHttpAuthenticator
public HTTPAuthenticator getHttpAuthenticator()
-
getOrder
public int getOrder()
-
compareTo
public int compareTo(AuthenticationDomain o)
- Specified by:
compareToin interfaceComparable<AuthenticationDomain>
-
-