Interface ContextAuthenticationMapper

All Known Implementing Classes:
DefaultContextAuthenticationMapper

public interface ContextAuthenticationMapper
Responsible for mapping the result of LDAP authentication to an AuthenticationResponse.
Since:
1.0
Author:
James Kleeh
  • Method Summary

    Modifier and Type
    Method
    Description
    map(io.micronaut.core.convert.value.ConvertibleValues<Object> attributes, String username, Set<String> groups)
     
  • Method Details