Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeRegistration

Packages that use AuthorizationCodeRegistration
org.apache.cxf.rs.security.oauth2.grants.code   
 

Uses of AuthorizationCodeRegistration in org.apache.cxf.rs.security.oauth2.grants.code
 

Methods in org.apache.cxf.rs.security.oauth2.grants.code with parameters of type AuthorizationCodeRegistration
 ServerAuthorizationCodeGrant AuthorizationCodeDataProvider.createCodeGrant(AuthorizationCodeRegistration reg)
          Creates a temporarily code grant which will capture the information about the Client requesting the access to the resource owner's resources
 


Apache CXF API

Apache CXF