public interface TokenExchangeProvider extends Provider
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
exchange(TokenExchangeContext context)
Exchange the
token . |
boolean |
supports(TokenExchangeContext context)
Check if exchange request is supported by this provider
|
boolean supports(TokenExchangeContext context)
context
- token exchange contextjavax.ws.rs.core.Response exchange(TokenExchangeContext context)
token
.context
- Copyright © 2021 JBoss by Red Hat. All rights reserved.