Uses of Class
com.cumulocity.microservice.context.credentials.UserCredentials
Packages that use UserCredentials
Package
Description
-
Uses of UserCredentials in com.cumulocity.microservice.context.annotation
Methods in com.cumulocity.microservice.context.annotation that return types with arguments of type UserCredentials -
Uses of UserCredentials in com.cumulocity.microservice.context.credentials
Methods in com.cumulocity.microservice.context.credentials that return UserCredentialsModifier 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
Methods in com.cumulocity.microservice.security.filter.provider that return UserCredentialsModifier and TypeMethodDescriptionHttpContextProvider.get
(jakarta.servlet.http.HttpServletRequest request) -
Uses of UserCredentials in com.cumulocity.microservice.security.token
Methods in com.cumulocity.microservice.security.token that return UserCredentialsModifier and TypeMethodDescriptionJwtAndXsrfTokenCredentials.toUserCredentials
(String tenantName, JwtTokenAuthentication jwtTokenAuthentication) JwtCredentials.toUserCredentials
(String tenantName, JwtTokenAuthentication jwtTokenAuthentication) JwtOnlyCredentials.toUserCredentials
(String tenantName, JwtTokenAuthentication jwtTokenAuthentication) Constructor parameters in com.cumulocity.microservice.security.token with type arguments of type UserCredentialsModifierConstructorDescriptionCumulocityOAuthMicroserviceFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint, ContextService<UserCredentials> userContextService)