Package | Description |
---|---|
org.seedstack.seed.security |
Provides classes for securing an application.
|
Modifier and Type | Class and Description |
---|---|
class |
UsernamePasswordToken
The authentication token is based on a username/password couple.
The host of the user is added if it exists. |
class |
X509CertificateToken
An authentication token based on certificates.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AuthenticationToken> |
Realm.supportedToken()
Indicates the authentication token supported by this 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.