Class UmaPCT
java.lang.Object
org.gluu.oxauth.model.common.AbstractToken
org.gluu.oxauth.uma.authorization.UmaPCT
- All Implemented Interfaces:
Serializable
,org.gluu.persist.model.base.Deletable
- Author:
- yuriyz on 05/30/2017.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDn()
void
void
setClaimValuesAsJson
(String claimValuesAsJson) void
setClientId
(String clientId) void
Methods inherited from class org.gluu.oxauth.model.common.AbstractToken
checkExpired, checkExpired, getAuthMode, getCode, getCreationDate, getExpirationDate, getExpiresIn, getHash, getSessionDn, getTtl, getX5ts256, isDeletable, isExpired, isRevoked, isValid, resetTtlFromExpirationDate, setAuthMode, setCode, setCreationDate, setDeletable, setExpirationDate, setExpired, setRevoked, setSessionDn, setX5ts256
-
Constructor Details
-
UmaPCT
public UmaPCT() -
UmaPCT
public UmaPCT(int lifeTime) -
UmaPCT
-
-
Method Details
-
getDn
-
setDn
-
getClientId
-
setClientId
-
getClaimValuesAsJson
-
setClaimValuesAsJson
-
getClaims
-
setClaims
- Throws:
InvalidJwtException
-