| Package | Description | 
|---|---|
| javax.security.enterprise.identitystore | 
 The identity store API package. 
 | 
| 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 callerDn,
                          String callerUniqueId,
                          Set<String> groups)
Constructor for a VALID result. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.