Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth.data.RequestTokenRegistration

Packages that use RequestTokenRegistration
org.apache.cxf.rs.security.oauth.provider   
 

Uses of RequestTokenRegistration in org.apache.cxf.rs.security.oauth.provider
 

Methods in org.apache.cxf.rs.security.oauth.provider with parameters of type RequestTokenRegistration
 RequestToken OAuthDataProvider.createRequestToken(RequestTokenRegistration reg)
          Creates a temporarily request token which will capture the information about the Client attempting to access or modify the resource owner's resource
 


Apache CXF API

Apache CXF