org.apache.cxf.rs.security.oauth.data
Class OAuthContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthContext
public OAuthContext(UserSubject subject,
List<OAuthPermission> perms)
getSubject
public UserSubject getSubject()
getPermissions
public List<OAuthPermission> getPermissions()
Apache CXF