public interface SecurityManager
| Modifier and Type | Method and Description |
|---|---|
Subject |
getSubject(Object token)
Exchanges an authentication token for a subject.
|
Subject getSubject(Object token) throws SecurityServiceException
Subject contains a security
assertion which can be used to obtain information about the current credentials.token - An object containing information about the user that can be used to populate the
subject.SecurityServiceException - if an error occurs during the authentication processThis work is licensed under a Creative Commons Attribution 4.0 International License.