Class CloudJwtPrincipal
java.lang.Object
io.confluent.security.authentication.oauthbearer.JwtPrincipal
io.confluent.security.authentication.oauthbearer.CloudJwtPrincipal
Extends
JwtPrincipal with custom Confluent Cloud claims-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.confluent.security.authentication.oauthbearer.JwtPrincipal
asMap, audience, authorizedParty, claimValue, claimValues, expiresOn, getName, issuedAt, issuer, jti, notBefore, subject
-
Field Details
-
CLAIM_CLUSTERS
- See Also:
-
CLAIM_ORGANIZATION_ID
- See Also:
-
CLAIM_USER_ID
- See Also:
-
CLAIM_USER_RESOURCE_ID
- See Also:
-
-
Constructor Details
-
CloudJwtPrincipal
public CloudJwtPrincipal(org.jose4j.jwt.JwtClaims claims) throws org.jose4j.jwt.MalformedClaimException - Throws:
org.jose4j.jwt.MalformedClaimException
-
-
Method Details
-
clusters
-
organizationId
-
userId
-
userResourceId
-