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