public interface AuthenticationResult
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAdditionalProperties()
Session property values that should be assigned to the session.
|
Set<String> |
getAdditionalRoles()
Additional roles supplied by the authentication handler that allowed the
authentication.
|
Set<String> getAdditionalRoles()
Map<String,String> getAdditionalProperties()
Session properties are key value pairs. The key must be alphanumeric starting with an alphabetic - other characters are not allowed. Both key and value are case sensitive.
Copyright © 2016 Push Technology Ltd. All Rights Reserved.