public interface XACMLRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.xacml.ctx.RequestType |
createRequest(Principal principal,
List<String> roles,
Message message)
Create an XACML Request given a Principal, list of roles and Message.
|
org.opensaml.xacml.ctx.RequestType createRequest(Principal principal, List<String> roles, Message message) throws Exception
principal - The principal to insert into the Subject of the Requestroles - The list of roles associated with the principalmessage - The Message from which to retrieve the resourceExceptionApache CXF