|
Apache CXF API | |||||||||
| 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,
Message message)
Create an XACML Request given a Principal, list of roles and Message. |
String |
getResource(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,
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(Message message)
message - The Message from which to retrieve the resource
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||