public class IntrospectionService extends Object
| Constructor and Description |
|---|
IntrospectionService(HttpService httpService,
UmaTokenService umaTokenService,
DiscoveryService discoveryService) |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
dateToSeconds(Date date) |
static Set<String> |
getScopes(org.xdi.oxauth.model.common.IntrospectionResponse response) |
CorrectRptIntrospectionResponse |
introspectRpt(String oxdId,
String rpt) |
org.xdi.oxauth.model.common.IntrospectionResponse |
introspectToken(String oxdId,
String accessToken) |
@Inject public IntrospectionService(HttpService httpService, UmaTokenService umaTokenService, DiscoveryService discoveryService)
public org.xdi.oxauth.model.common.IntrospectionResponse introspectToken(String oxdId, String accessToken)
public CorrectRptIntrospectionResponse introspectRpt(String oxdId, String rpt)
public static Set<String> getScopes(org.xdi.oxauth.model.common.IntrospectionResponse response)
Copyright © 2018. All rights reserved.