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