Package com.sap.cds.services.runtime
Interface AuthenticationInfoProvider
- All Superinterfaces:
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.-
Method Summary
Methods inherited from interface com.sap.cds.services.runtime.CdsProvider
setPrevious
-
Method Details
-
get
AuthenticationInfo get()Provides theAuthenticationInfo.- Returns:
- the
AuthenticationInfoif available,nullotherwise.
-