|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.vops.xacml.request.attributes.Attributes
eu.xtreemos.xosd.vops.xacml.request.attributes.SubjectAttr
public class SubjectAttr
Field Summary |
---|
Fields inherited from class eu.xtreemos.xosd.vops.xacml.request.attributes.Attributes |
---|
attributes |
Constructor Summary | |
---|---|
SubjectAttr()
|
Method Summary | |
---|---|
void |
addAttribute(com.sun.xacml.ctx.Attribute attribute)
Adds an attribute to list of attributes |
void |
addAttributes(java.util.ArrayList<com.sun.xacml.ctx.Attribute> attributes)
Adds a list of XACML attributes into master list.\ |
void |
combineAttributes(IAttributes attributes)
Combines attributes from interface passed as argument with current attribute list. |
java.util.ArrayList<com.sun.xacml.ctx.Attribute> |
getAttributes()
|
void |
initializeAttributes(java.lang.Object source)
Initializes attributes from source (e.g. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubjectAttr()
Method Detail |
---|
public void combineAttributes(IAttributes attributes)
IAttributes
combineAttributes
in interface IAttributes
combineAttributes
in class Attributes
public java.util.ArrayList<com.sun.xacml.ctx.Attribute> getAttributes()
getAttributes
in interface IAttributes
getAttributes
in class Attributes
public void initializeAttributes(java.lang.Object source) throws java.lang.Exception
IAttributes
If object is not instance of expected class, an exception is thrown.
initializeAttributes
in interface IAttributes
initializeAttributes
in class Attributes
java.lang.Exception
public void addAttribute(com.sun.xacml.ctx.Attribute attribute)
IAttributes
addAttribute
in interface IAttributes
addAttribute
in class Attributes
public void addAttributes(java.util.ArrayList<com.sun.xacml.ctx.Attribute> attributes)
IAttributes
addAttributes
in interface IAttributes
addAttributes
in class Attributes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |