public class AccessTokenIntrospectionProvider extends Object implements TokenIntrospectionProvider
| Constructor and Description |
|---|
AccessTokenIntrospectionProvider(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
javax.ws.rs.core.Response |
introspect(String token)
Introspect the
token. |
protected AccessToken |
toAccessToken(String token) |
public AccessTokenIntrospectionProvider(KeycloakSession session)
public javax.ws.rs.core.Response introspect(String token)
TokenIntrospectionProvidertoken.introspect in interface TokenIntrospectionProvidertoken - the token to introspect.protected AccessToken toAccessToken(String token)
Copyright © 2016 JBoss by Red Hat. All rights reserved.