Package | Description |
---|---|
com.sun.identity.xacml.context |
Defines XACML2 context classes
|
com.sun.identity.xacml.context.impl |
Defines XACML Context implementations.
|
com.sun.identity.xacml.plugins | |
com.sun.identity.xacml.spi |
Modifier and Type | Method and Description |
---|---|
Resource |
ContextFactory.createResource()
Returns a new instance of
Resource . |
Resource |
ContextFactory.createResource(Element elem)
Returns a new instance of
Resource . |
Resource |
ContextFactory.createResource(String xml)
Returns a new instance of
Resource
The return object is immutable. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceImpl
The
Resource element specifies information about the
resource to which access is requested by listing a
sequence of Attribute elements associated with the
resource. it may include ResourceContent
<xs:element name="Resource" type="xacml-context:ResourceType"/>
<xs:complexType name="ResourceType">
<xs:sequence>
<xs:element ref="xacml-context:ResourceContent" minOccurs="0"/>
<xs:element ref="xacml-context:Attribute" minOccurs="0"
maxOccurs="unbounded"/>
<xs:sequence>
<xs:complexType>
|
Modifier and Type | Method and Description |
---|---|
Resource |
FMResourceMapper.mapToXACMLResoure(String resourceName,
String serviceName)
Returns XACML context Resource
|
Modifier and Type | Method and Description |
---|---|
String[] |
FMResourceMapper.mapToNativeResource(Resource xacmlContextResource)
Returns native resource and service name
|
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceMapper.mapToXACMLResoure(String resourceName,
String serviceName)
Returns XACML context Resource
|
Modifier and Type | Method and Description |
---|---|
String[] |
ResourceMapper.mapToNativeResource(Resource xacmlContextResource)
Returns native resource and service name
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.