|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.security.vops.xacml.request.attributes.Attributes
public abstract class Attributes
Field Summary | |
---|---|
(package private) java.util.ArrayList<com.sun.xacml.ctx.Attribute> |
attributes
Attributes to fill into context. |
Constructor Summary | |
---|---|
Attributes()
|
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. certificate, arraylist or some other object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.ArrayList<com.sun.xacml.ctx.Attribute> attributes
Constructor Detail |
---|
public Attributes()
Method Detail |
---|
public void addAttribute(com.sun.xacml.ctx.Attribute attribute)
IAttributes
addAttribute
in interface IAttributes
public void addAttributes(java.util.ArrayList<com.sun.xacml.ctx.Attribute> attributes)
IAttributes
addAttributes
in interface IAttributes
public void combineAttributes(IAttributes attributes)
IAttributes
combineAttributes
in interface IAttributes
public java.util.ArrayList<com.sun.xacml.ctx.Attribute> getAttributes()
getAttributes
in interface IAttributes
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
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |