|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fzj.unicore.uas.security.util.RequestBuilder
public class RequestBuilder
helper to build XACML requests
| Method Summary | |
|---|---|
static void |
addCallback(AttributeHandlingCallback aac)
add a callback class. |
static com.sun.xacml.ctx.RequestCtx |
buildRequest(de.fzj.unicore.xnjs.aaa.Client c,
java.lang.String action,
ResourceDescriptor res)
builds a request of the type: can client "c" do "action" on "res"? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void addCallback(AttributeHandlingCallback aac)
aac -
public static com.sun.xacml.ctx.RequestCtx buildRequest(de.fzj.unicore.xnjs.aaa.Client c,
java.lang.String action,
ResourceDescriptor res)
throws java.lang.Exception
c - Clientaction - the method name (e.g. GetResourceProperty)res - a ws resource identified by url+service name+uuid
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||