Class JwtAndXsrfTokenCredentials
java.lang.Object
com.cumulocity.microservice.security.token.JwtAndXsrfTokenCredentials
- All Implemented Interfaces:
JwtCredentials
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
com.nimbusds.jwt.JWT
getJwt()
int
hashCode()
toUserCredentials
(String tenantName, JwtTokenAuthentication jwtTokenAuthentication)
-
Constructor Details
-
JwtAndXsrfTokenCredentials
-
-
Method Details
-
getJwt
public com.nimbusds.jwt.JWT getJwt()- Specified by:
getJwt
in interfaceJwtCredentials
-
toUserCredentials
public UserCredentials toUserCredentials(String tenantName, JwtTokenAuthentication jwtTokenAuthentication) - Specified by:
toUserCredentials
in interfaceJwtCredentials
-
getXsrfToken
-
equals
-
hashCode
public int hashCode()
-