|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeHandlingCallback
Allows dealing with additional authorisation attributes by
ClientRequestBuilder,
XACML requests can have additional attributes. When the request is built,
the method(s) of this interface will be called.
RequestBuilder#addCallback()| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.io.Serializable> |
extractAttributes(eu.unicore.security.xfireutil.SecurityTokens tokens)
retrieve a map of attributes for adding to the client attributes |
java.util.List<com.sun.xacml.ctx.Attribute> |
getSubjectAttributes(de.fzj.unicore.xnjs.aaa.Client client,
java.lang.String action,
ResourceDescriptor res)
retrieve a list of subject attributes for adding to an XACML request |
| Method Detail |
|---|
java.util.List<com.sun.xacml.ctx.Attribute> getSubjectAttributes(de.fzj.unicore.xnjs.aaa.Client client,
java.lang.String action,
ResourceDescriptor res)
client - - clientaction - - the method to be executedres - - the resource descriptor
java.util.Map<java.lang.String,java.io.Serializable> extractAttributes(eu.unicore.security.xfireutil.SecurityTokens tokens)
tokens -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||