Uses of Class
com.cumulocity.microservice.context.credentials.UserCredentials
Package
Description
-
Uses of UserCredentials in com.cumulocity.microservice.context.annotation
-
Uses of UserCredentials in com.cumulocity.microservice.context.credentials
Modifier and TypeMethodDescriptionUserCredentials.UserCredentialsBuilder.build()
UserCredentials.withAppKey
(String appKey) MicroserviceCredentials.withIdentifier
(String identifier) UserCredentials.withIdentifier
(String identifier) UserCredentials.withOAuthAccessToken
(String oAuthAccessToken) UserCredentials.withPassword
(String password) UserCredentials.withTenant
(String tenant) UserCredentials.withTfaToken
(String tfaToken) UserCredentials.withUsername
(String username) UserCredentials.withXsrfToken
(String xsrfToken) -
Uses of UserCredentials in com.cumulocity.microservice.security.filter.provider
Modifier and TypeMethodDescriptionHttpContextProvider.get
(jakarta.servlet.http.HttpServletRequest request) -
Uses of UserCredentials in com.cumulocity.microservice.security.token
Modifier and TypeMethodDescriptionJwtAndXsrfTokenCredentials.toUserCredentials
(String tenantName, JwtTokenAuthentication jwtTokenAuthentication) JwtCredentials.toUserCredentials
(String tenantName, JwtTokenAuthentication jwtTokenAuthentication) JwtOnlyCredentials.toUserCredentials
(String tenantName, JwtTokenAuthentication jwtTokenAuthentication) ModifierConstructorDescriptionCumulocityOAuthMicroserviceFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint, ContextService<UserCredentials> userContextService)