Apache CXF API

org.apache.cxf.rs.security.oauth.filters
Class OAuthInfo

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth.filters.OAuthInfo

public class OAuthInfo
extends Object

Captures the information about the current request


Constructor Summary
OAuthInfo(AccessToken token, List<OAuthPermission> matchedPermissions)
           
 
Method Summary
 List<OAuthPermission> getMatchedPermissions()
           
 List<String> getRoles()
           
 AccessToken getToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthInfo

public OAuthInfo(AccessToken token,
                 List<OAuthPermission> matchedPermissions)
Method Detail

getToken

public AccessToken getToken()

getRoles

public List<String> getRoles()

getMatchedPermissions

public List<OAuthPermission> getMatchedPermissions()

Apache CXF API

Apache CXF