Uses of Interface
org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilder
-
Packages that use XACMLRequestBuilder Package Description org.apache.cxf.rt.security.saml.xacml2 -
-
Uses of XACMLRequestBuilder in org.apache.cxf.rt.security.saml.xacml2
Classes in org.apache.cxf.rt.security.saml.xacml2 that implement XACMLRequestBuilder Modifier and Type Class Description classDefaultXACMLRequestBuilderThis class constructs an XACML 2.0 Request given a Principal, list of roles and MessageContext, following the SAML 2.0 profile of XACML 2.0.Methods in org.apache.cxf.rt.security.saml.xacml2 that return XACMLRequestBuilder Modifier and Type Method Description XACMLRequestBuilderAbstractXACMLAuthorizingInterceptor. getRequestBuilder()Methods in org.apache.cxf.rt.security.saml.xacml2 with parameters of type XACMLRequestBuilder Modifier and Type Method Description voidAbstractXACMLAuthorizingInterceptor. setRequestBuilder(XACMLRequestBuilder requestBuilder)
-