JavaScript is disabled on your browser.
Skip navigation links
Apache CXF API
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.cxf.rs.security.oauth2.provider
Interface AuthorizationCodeResponseFilter
public interface
AuthorizationCodeResponseFilter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
process
(
Client
client,
String
code,
UserSubject
endUser)
Method Details
process
String
process
(
Client
client,
String
code,
UserSubject
endUser)