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 |
verifyAccessToken(String token) |
public AccessTokenIntrospectionProvider(KeycloakSession session)
public javax.ws.rs.core.Response introspect(String token)
TokenIntrospectionProvider
token
.introspect
in interface TokenIntrospectionProvider
token
- the token to introspect.protected AccessToken verifyAccessToken(String token) throws OAuthErrorException, IOException
OAuthErrorException
IOException
Copyright © 2020 JBoss by Red Hat. All rights reserved.