Package | Description |
---|---|
org.jboss.security.xacml.core.ext | |
org.jboss.security.xacml.sunxacml.attr |
Contains many of the classes related to attributes and attribute
retrieval.
|
org.jboss.security.xacml.sunxacml.attr.proxy |
This package defines proxy classes for all of the standard
datatypes.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiValueAttributeProxy
Represents a multi value attribute proxy
|
class |
SingleValueAttributeProxy
Represents a single value attribute proxy
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedAttributeFactory.addDatatype(String id,
AttributeProxy proxy) |
Modifier and Type | Method and Description |
---|---|
static void |
AttributeFactory.addAttributeProxy(String id,
AttributeProxy proxy)
Deprecated.
As of version 1.2, replaced by
AttributeFactory.addDatatype(String,AttributeProxy) .
The new factory system requires you to get a factory
instance and then call the non-static methods on that
factory. The static versions of these methods have been
left in for now, but are slower and will be removed in
a future version. Note that this operates only on the
default 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.
|
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.
|
void |
StandardAttributeFactory.addDatatype(String id,
AttributeProxy proxy)
Throws an
UnsupportedOperationException since you are not
allowed to modify what a standard factory supports. |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.