|
||||||||||
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
eu.xtreemos.xosd.security.vops.xacml.request.attributes.SubjectJSDLAttr
public class SubjectJSDLAttr
Field Summary |
---|
Fields inherited from class eu.xtreemos.xosd.security.vops.xacml.request.attributes.Attributes |
---|
attributes |
Constructor Summary | |
---|---|
SubjectJSDLAttr(java.util.Hashtable<java.lang.String,java.lang.Object> jsdlData)
|
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 parameter. |
static java.util.ArrayList<com.sun.xacml.ctx.Attribute> |
obtainAttributes(java.util.Hashtable<java.lang.String,java.lang.Object> jsdlHashTable)
Extracts from JSDL attributes for request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubjectJSDLAttr(java.util.Hashtable<java.lang.String,java.lang.Object> jsdlData) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
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
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
initializeAttributes
in interface IAttributes
initializeAttributes
in class Attributes
source
- should be instance of Hashtablejava.lang.Exception
public static java.util.ArrayList<com.sun.xacml.ctx.Attribute> obtainAttributes(java.util.Hashtable<java.lang.String,java.lang.Object> jsdlHashTable) throws java.lang.Exception
XACMLConstants
class to get all available attributes.
jsdlHashTable
- Input from XMLValidatorAndParser class.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |