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.
|
String |
getResource(Message message)
Deprecated.
|
List<String> |
getResources(Message message)
Deprecated.
|
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 resourceException@Deprecated List<String> getResources(Message message)
message - The Message from which to retrieve the resource@Deprecated String getResource(Message message)
message - The Message from which to retrieve the resourceApache CXF