Package | Description |
---|---|
javax.security.authentication.mechanism.http | |
javax.security.identitystore |
Modifier and Type | Method and Description |
---|---|
CallerPrincipal |
HttpMessageContextWrapper.getCallerPrincipal() |
CallerPrincipal |
HttpMessageContext.getCallerPrincipal() |
Modifier and Type | Method and Description |
---|---|
AuthenticationStatus |
HttpMessageContextWrapper.notifyContainerAboutLogin(CallerPrincipal callerPrincipal,
Set<String> roles) |
AuthenticationStatus |
HttpMessageContext.notifyContainerAboutLogin(CallerPrincipal callerPrincipal,
Set<String> groups)
Asks the container to register the given caller principal and groups in order to make
them available to the application for use with
SecurityContext.isCallerInRole(String) etc. |
Modifier and Type | Method and Description |
---|---|
CallerPrincipal |
CredentialValidationResult.getCallerPrincipal()
Return the CallerPrincipal for the validated credential.
|
Modifier and Type | Method and Description |
---|---|
String |
RememberMeIdentityStore.generateLoginToken(CallerPrincipal callerPrincipal,
Set<String> groups)
Associates the given principal and groups with a token.
|
Constructor and Description |
---|
CredentialValidationResult(CallerPrincipal callerPrincipal)
Constructor for a VALID result.
|
CredentialValidationResult(CallerPrincipal callerPrincipal,
Set<String> groups)
Constructor for a VALID result.
|
CredentialValidationResult(String storeId,
CallerPrincipal callerPrincipal,
String callerUniqueId,
Set<String> groups)
Constructor for a VALID result.
|
Copyright © 2015–2017. All rights reserved.