public interface ContextAuthenticationMapper
AuthenticationResponse.| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponse |
map(ConvertibleValues<Object> attributes,
String username,
Set<String> groups) |
AuthenticationResponse map(ConvertibleValues<Object> attributes, String username, Set<String> groups)
attributes - The attributes in the contextusername - The username used to authenticategroups - The roles associated with the userAuthenticationResponse