Uses of Interface
com.sap.cds.services.authentication.AuthenticationInfo
Packages that use AuthenticationInfo
Package
Description
-
Uses of AuthenticationInfo in com.sap.cds.services
Methods in com.sap.cds.services that return AuthenticationInfo -
Uses of AuthenticationInfo in com.sap.cds.services.authentication
Classes in com.sap.cds.services.authentication that implement AuthenticationInfoModifier and TypeClassDescriptionclassRepresentation of a Basic authenticationclassRepresentation of an OAuth2 JWT Token authenticationclassRepresentation of aJwtTokenAuthenticationInfowhich additionally provides a forward token.Methods in com.sap.cds.services.authentication with type parameters of type AuthenticationInfoModifier and TypeMethodDescriptiondefault <T extends AuthenticationInfo>
TCan be used to cast theAuthenticationInfoto a specific implementation: -BasicAuthenticationInfo-JwtTokenAuthenticationInfo-JwtTokenWithForwardJwtAuthenticationInfoMethod parameters in com.sap.cds.services.authentication with type arguments of type AuthenticationInfoModifier and TypeMethodDescriptiondefault booleanAuthenticationInfo.is(Class<? extends AuthenticationInfo> clazz) Can be used to check if anAuthenticationInfois an instance of the commonAuthenticationInfoimplementations: -BasicAuthenticationInfo-JwtTokenAuthenticationInfo-JwtTokenWithForwardJwtAuthenticationInfo -
Uses of AuthenticationInfo in com.sap.cds.services.request
Methods in com.sap.cds.services.request that return AuthenticationInfo -
Uses of AuthenticationInfo in com.sap.cds.services.runtime
Methods in com.sap.cds.services.runtime that return AuthenticationInfoModifier and TypeMethodDescriptionAuthenticationInfoProvider.get()Provides theAuthenticationInfo.CdsRuntime.getProvidedAuthenticationInfo()