|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeProxy | |
---|---|
org.wso2.balana.attr | Contains many of the classes related to attributes and attribute retrieval. |
org.wso2.balana.attr.proxy | This package defines proxy classes for all of the standard datatypes. |
org.wso2.balana.attr.proxy.xacml3 |
Uses of AttributeProxy in org.wso2.balana.attr |
---|
Methods in org.wso2.balana.attr with parameters of type AttributeProxy | |
---|---|
void |
StandardAttributeFactory.addDatatype(String id,
AttributeProxy proxy)
Throws an UnsupportedOperationException since you are not allowed to modify what
a standard factory supports. |
void |
BaseAttributeFactory.addDatatype(String id,
AttributeProxy proxy)
Adds a proxy to the factory, which in turn will allow new attribute types to be created using the factory. |
abstract void |
AttributeFactory.addDatatype(String id,
AttributeProxy proxy)
Adds a proxy to the factory, which in turn will allow new attribute types to be created using the factory. |
Uses of AttributeProxy in org.wso2.balana.attr.proxy |
---|
Classes in org.wso2.balana.attr.proxy that implement AttributeProxy | |
---|---|
class |
AbstractAttributeProxy
Abstract represent of AttributeProxy introduces simple method when there is no
additional parameters to create the instance |
class |
AnyURIAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
Base64BinaryAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
BooleanAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
DateAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
DateTimeAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
DayTimeDurationAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
DNSNameAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
DoubleAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
HexBinaryAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
IntegerAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
IPAddressAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
RFC822NameAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
StringAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
TimeAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
X500NameAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
class |
YearMonthDurationAttributeProxy
A proxy class that is provided mainly for the run-time configuration code to use. |
Uses of AttributeProxy in org.wso2.balana.attr.proxy.xacml3 |
---|
Classes in org.wso2.balana.attr.proxy.xacml3 that implement AttributeProxy | |
---|---|
class |
XPathAttributeProxy
proxy class that is provided mainly for the run-time configuration code to use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |