public class RPTIntrospectionProvider extends AccessTokenIntrospectionProvider
| Modifier and Type | Field and Description |
|---|---|
protected static org.jboss.logging.Logger |
LOGGER |
| Constructor and Description |
|---|
RPTIntrospectionProvider(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
javax.ws.rs.core.Response |
introspect(String token)
Introspect the
token. |
toAccessTokenpublic RPTIntrospectionProvider(KeycloakSession session)
public javax.ws.rs.core.Response introspect(String token)
TokenIntrospectionProvidertoken.introspect in interface TokenIntrospectionProviderintrospect in class AccessTokenIntrospectionProvidertoken - the token to introspect.public void close()
close in interface Providerclose in class AccessTokenIntrospectionProviderCopyright © 2016 JBoss by Red Hat. All rights reserved.