|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.rt.security.xacml.AbstractXACMLAuthorizingInterceptor
org.apache.cxf.rt.security.xacml.XACMLAuthorizingInterceptor
public class XACMLAuthorizingInterceptor
An interceptor to perform an XACML authorization request to a remote PDP, and make an authorization decision based on the response. It takes the principal and roles from the SecurityContext, and uses the XACMLRequestBuilder to construct an XACML Request statement.
| Constructor Summary | |
|---|---|
XACMLAuthorizingInterceptor(PolicyDecisionPoint pdp)
|
|
| Method Summary | |
|---|---|
org.opensaml.xacml.ctx.ResponseType |
performRequest(org.opensaml.xacml.ctx.RequestType request,
org.apache.cxf.message.Message message)
|
| Methods inherited from class org.apache.cxf.rt.security.xacml.AbstractXACMLAuthorizingInterceptor |
|---|
authorize, getRequestBuilder, handleMessage, handleObligations, setRequestBuilder |
| Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
|---|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XACMLAuthorizingInterceptor(PolicyDecisionPoint pdp)
| Method Detail |
|---|
public org.opensaml.xacml.ctx.ResponseType performRequest(org.opensaml.xacml.ctx.RequestType request,
org.apache.cxf.message.Message message)
throws Exception
performRequest in class AbstractXACMLAuthorizingInterceptorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||