Interface ContextAuthenticationMapper

    • Method Detail

      • map

        AuthenticationResponse map​(io.micronaut.core.convert.value.ConvertibleValues<java.lang.Object> attributes,
                                   java.lang.String username,
                                   java.util.Set<java.lang.String> groups)
        Parameters:
        attributes - The attributes in the context
        username - The username used to authenticate
        groups - The roles associated with the user
        Returns:
        An AuthenticationResponse