org.apache.cxf.rs.security.oauth.data
Class OAuthContext

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth.data.OAuthContext

public class OAuthContext
extends Object

Captures the information which custom filters may use to further protect the endpoints


Constructor Summary
OAuthContext(UserSubject subject, List<OAuthPermission> perms)
           
 
Method Summary
 List<OAuthPermission> getPermissions()
           
 UserSubject getSubject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthContext

public OAuthContext(UserSubject subject,
                    List<OAuthPermission> perms)
Method Detail

getSubject

public UserSubject getSubject()

getPermissions

public List<OAuthPermission> getPermissions()


Apache CXF