|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttributes
Interface for generating XACML request.
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. |
Method Detail |
---|
java.util.ArrayList<com.sun.xacml.ctx.Attribute> getAttributes()
void addAttribute(com.sun.xacml.ctx.Attribute attribute)
Attribute
- to add into a list of paramsvoid addAttributes(java.util.ArrayList<com.sun.xacml.ctx.Attribute> attributes)
Attributes
- to add into a listvoid initializeAttributes(java.lang.Object source) throws java.lang.Exception
If object is not instance of expected class, an exception is thrown.
source
-
java.lang.Exception
void combineAttributes(IAttributes attributes)
attributes
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |