Package io.jans.as.model.uma
Class RptIntrospectionResponse
java.lang.Object
io.jans.as.model.uma.RptIntrospectionResponse
Token status response according to RPT introspection profile:
http://docs.kantarainitiative.org/uma/draft-uma-core.html#uma-bearer-token-profile
- Author:
- Yuriy Zabrovarnyy, Yuriy Movchan Date: 10/24/2012
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAud()
getIss()
getJti()
getNbf()
getSub()
void
setActive
(boolean status) void
void
setClientId
(String clientId) void
setExpiresAt
(Integer expiresAt) void
void
setIssuedAt
(Integer issuedAt) void
void
void
setPctClaims
(Map<String, List<String>> pctClaims) void
setPermissions
(List<UmaPermission> permissions) void
toString()
-
Constructor Details
-
RptIntrospectionResponse
public RptIntrospectionResponse() -
RptIntrospectionResponse
public RptIntrospectionResponse(boolean status)
-
-
Method Details
-
getAud
-
setAud
-
getIss
-
setIss
-
getJti
-
setJti
-
getSub
-
setSub
-
getClientId
-
setClientId
-
getActive
public boolean getActive() -
setActive
public void setActive(boolean status) -
getNbf
-
setNbf
-
getExpiresAt
-
setExpiresAt
-
getIssuedAt
-
setIssuedAt
-
getPermissions
-
setPermissions
-
getPctClaims
-
setPctClaims
-
toString
-