Package org.gluu.oxauth.model.common
Class IntrospectionResponse
java.lang.Object
org.gluu.oxauth.model.common.IntrospectionResponse
- Version:
- 0.9, 17/09/2013
- Author:
- Yuriy Zabrovarnyy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJti()
getScope()
boolean
isActive()
void
setAcrValues
(String p_authMode) void
setActive
(boolean p_active) void
setAudience
(String audience) void
setClientId
(String clientId) void
setExpiresAt
(Integer expiresAt) void
setIssuedAt
(Integer issuedAt) void
void
void
setScope
(Collection<String> scope) void
void
setTokenType
(String tokenType) void
setUsername
(String username) toString()
-
Constructor Details
-
IntrospectionResponse
public IntrospectionResponse() -
IntrospectionResponse
public IntrospectionResponse(boolean p_active)
-
-
Method Details
-
getAcrValues
-
setAcrValues
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean p_active) -
getScope
-
setScope
-
getExpiresAt
-
setExpiresAt
-
getIssuedAt
-
setIssuedAt
-
getClientId
-
setClientId
-
getUsername
-
setUsername
-
getTokenType
-
setTokenType
-
getSubject
-
setSub
-
getAudience
-
setAudience
-
getIssuer
-
setIssuer
-
getJti
-
setJti
-
toString
-