Interface AuthenticationInfoMapper

All Known Implementing Classes:
AuthenticationInfoMapperImpl

public interface AuthenticationInfoMapper
Mapper between AuthenticationInfo and AuthenticationInfo.

Maps between domain AuthenticationInfo (schemes as List of String) and proto AuthenticationInfo (scheme as String). The proto scheme field is mapped to/from the first element of the domain schemes list.