|
SunTM's XACML Implementation for JavaTM | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Used by the AttributeFactory to create new attributes.
Typically a new proxy class is created which in turn knows how to create
a specific kind of attribute, and then this proxy class is installed in
the AttributeFactory.
| Method Summary | |
AttributeValue |
getInstance(Node root)
Tries to create a new AttributeValue based on the given
DOM root node. |
AttributeValue |
getInstance(String value)
Tries to create a new AttributeValue based on the given
String data. |
| Method Detail |
public AttributeValue getInstance(Node root)
throws Exception
AttributeValue based on the given
DOM root node.
root - the DOM root of some attribute data
AttributeValue representing the given data
Exception - if the data couldn't be used (the exception is
typically wrapping some other exception)
public AttributeValue getInstance(String value)
throws Exception
AttributeValue based on the given
String data.
value - the text form of some attribute data
AttributeValue representing the given data
Exception - if the data couldn't be used (the exception is
typically wrapping some other exception)
|
Sun's XACML Implementation Version 1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Sun, Sun Microsystems, the Sun Logo, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.