|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XACMLRequestBuilder
This interface defines a way to create an XACML Request.
| Method Summary | |
|---|---|
org.opensaml.xacml.ctx.RequestType |
createRequest(Principal principal,
List<String> roles,
org.apache.cxf.message.Message message)
Create an XACML Request given a Principal, list of roles and Message. |
String |
getResource(org.apache.cxf.message.Message message)
Return the Resource that has been inserted into the Request. |
| Method Detail |
|---|
org.opensaml.xacml.ctx.RequestType createRequest(Principal principal,
List<String> roles,
org.apache.cxf.message.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 resource
ExceptionString getResource(org.apache.cxf.message.Message message)
message - The Message from which to retrieve the resource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||