Interface AuthenticationInfoProvider

All Superinterfaces:
CdsProvider<AuthenticationInfoProvider>

public interface AuthenticationInfoProvider extends CdsProvider<AuthenticationInfoProvider>
A AuthenticationInfoProvider provides the AuthenticationInfo of the request. This is usually interpreted by a UserInfoProvider to extract the user information from the authentication. The AuthenticationInfo might be used directly to implement principal propagation of the raw authentication context.