public interface UserCredentialsChecker
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)
Checks if passed credentials object is valid.
|
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) throws LoginException
credentials
- credentialsLoginException
- if credentials object is invalid