public interface UserAccessChecker
Modifier and Type | Field and Description |
---|---|
static int |
HIGHEST_PLATFORM_PRECEDENCE
Defines the highest precedence for
Ordered providers of the platform. |
static int |
LOWEST_PLATFORM_PRECEDENCE
Defines the lowest precedence for
Ordered providers of the platform. |
Modifier and Type | Method and Description |
---|---|
void |
check(Credentials credentials,
AuthenticationDetails authenticationDetails)
Checks if user can access the system.
|
static final int HIGHEST_PLATFORM_PRECEDENCE
Ordered
providers of the platform.static final int LOWEST_PLATFORM_PRECEDENCE
Ordered
providers of the platform.void check(Credentials credentials, AuthenticationDetails authenticationDetails) throws LoginException
credentials
- credentialsauthenticationDetails
- authentication detailsLoginException
- if access denied