Interface AuthenticationInfo

All Known Implementing Classes:
BasicAuthenticationInfo, JwtTokenAuthenticationInfo, JwtTokenWithForwardJwtAuthenticationInfo

public interface AuthenticationInfo
The AuthenticationInfo provides access to the authorization of the current request. Usually UserInfoProvider react on a specific AuthenticationInfo implementations to extract user (principal) information from the authentication. The AuthenticationInfo can also be used to enable principal propagation of the current user in the request to a different service, as it provides access to the original authentication.