|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAttributes | |
---|---|
eu.xtreemos.xosd.security.vops.xacml.interfaces | |
eu.xtreemos.xosd.security.vops.xacml.request.attributes | |
eu.xtreemos.xosd.security.vops.xacml.utils |
Uses of IAttributes in eu.xtreemos.xosd.security.vops.xacml.interfaces |
---|
Subinterfaces of IAttributes in eu.xtreemos.xosd.security.vops.xacml.interfaces | |
---|---|
interface |
IActionAttributes
|
interface |
IResourceAttributes
|
interface |
ISubjectAttributes
|
Methods in eu.xtreemos.xosd.security.vops.xacml.interfaces with parameters of type IAttributes | |
---|---|
void |
IAttributes.combineAttributes(IAttributes attributes)
Combines attributes from interface passed as argument with current attribute list. |
Uses of IAttributes in eu.xtreemos.xosd.security.vops.xacml.request.attributes |
---|
Classes in eu.xtreemos.xosd.security.vops.xacml.request.attributes that implement IAttributes | |
---|---|
class |
ActionAttr
|
class |
Attributes
|
class |
ResourceAttr
|
class |
ResourceCertAttr
Extractor of the resource certificate attributes and attribute extensions. |
class |
SubjectAttr
|
class |
SubjectCertAttr
Holds attributes extracted from user certificate. |
class |
SubjectJSDLAttr
|
Methods in eu.xtreemos.xosd.security.vops.xacml.request.attributes with parameters of type IAttributes | |
---|---|
void |
SubjectJSDLAttr.combineAttributes(IAttributes attributes)
|
void |
Attributes.combineAttributes(IAttributes attributes)
|
void |
ResourceAttr.combineAttributes(IAttributes attributes)
|
void |
SubjectAttr.combineAttributes(IAttributes attributes)
|
Uses of IAttributes in eu.xtreemos.xosd.security.vops.xacml.utils |
---|
Methods in eu.xtreemos.xosd.security.vops.xacml.utils with parameters of type IAttributes | |
---|---|
static com.sun.xacml.ctx.RequestCtx |
RequestFactory.createRequest(IAttributes subject,
IAttributes resource,
IAttributes action)
Generates request |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |