Package | Description |
---|---|
org.seedstack.oauth | |
org.seedstack.seed.security |
Provides classes for securing an application.
|
Modifier and Type | Class and Description |
---|---|
class |
TokenValidationException |
Modifier and Type | Class and Description |
---|---|
class |
IncorrectCredentialsException
Exception to use when the credentials provided cannot be used to authentify
the subject.
|
class |
UnknownAccountException
Thrown when attempting to authenticate with a principal that doesn't exist in the system (e.g.
|
class |
UnsupportedTokenException
Exception thrown during the authentication process when an
AuthenticationToken implementation is encountered that is not
supported by a Realm . |
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
Realm.getAuthenticationInfo(AuthenticationToken token)
Authenticates the user and retrieves its properties in an
AuthenticationInfo |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.