org.apache.cxf.rs.security.oauth.data
Class AccessTokenRegistration
java.lang.Object
org.apache.cxf.rs.security.oauth.data.AccessTokenRegistration
public class AccessTokenRegistration
- extends Object
Captures the information associated with the access token registration request.
- See Also:
AccessToken
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessTokenRegistration
public AccessTokenRegistration()
setRequestToken
public void setRequestToken(RequestToken requestToken)
getRequestToken
public RequestToken getRequestToken()
Apache CXF