org.apache.cxf.rs.security.oauth.data
Class AuthorizationInput
java.lang.Object
org.apache.cxf.rs.security.oauth.data.AuthorizationInput
public class AuthorizationInput
- extends Object
Represents the user approval of the client RequestToken.
It also contains the set of approved scopes which may be
more restricted than the original list requested by the client
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizationInput
public AuthorizationInput()
setToken
public void setToken(RequestToken token)
getToken
public RequestToken getToken()
setApprovedScopes
public void setApprovedScopes(List<OAuthPermission> approvedScopes)
getApprovedScopes
public List<OAuthPermission> getApprovedScopes()
Apache CXF