public class RPTIntrospectionProvider extends AccessTokenIntrospectionProvider
Modifier and Type | Class and Description |
---|---|
static class |
RPTIntrospectionProvider.UmaPermissionRepresentation |
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 . |
verifyAccessToken
public RPTIntrospectionProvider(KeycloakSession session)
public javax.ws.rs.core.Response introspect(String token)
TokenIntrospectionProvider
token
.introspect
in interface TokenIntrospectionProvider
introspect
in class AccessTokenIntrospectionProvider
token
- the token to introspect.public void close()
close
in interface Provider
close
in class AccessTokenIntrospectionProvider
Copyright © 2021 JBoss by Red Hat. All rights reserved.