Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathAttributeProxy
proxy class that is provided mainly for the run-time configuration code to use.
|
Copyright © 2015 WSO2. All rights reserved.