|
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)
Deprecated. |
List<String> |
getResources(Message message)
Deprecated. |
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
Exception
@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 resource
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |