|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeDesignatorType | |
|---|---|
| org.jboss.security.xacml.core.model.policy | |
| org.jboss.security.xacml.factories | |
| Uses of AttributeDesignatorType in org.jboss.security.xacml.core.model.policy |
|---|
| Subclasses of AttributeDesignatorType in org.jboss.security.xacml.core.model.policy | |
|---|---|
class |
SubjectAttributeDesignatorType
Java class for SubjectAttributeDesignatorType complex type. |
| Fields in org.jboss.security.xacml.core.model.policy declared as AttributeDesignatorType | |
|---|---|
protected AttributeDesignatorType |
ActionMatchType.actionAttributeDesignator
|
protected AttributeDesignatorType |
EnvironmentMatchType.environmentAttributeDesignator
|
protected AttributeDesignatorType |
ResourceMatchType.resourceAttributeDesignator
|
| Methods in org.jboss.security.xacml.core.model.policy that return AttributeDesignatorType | |
|---|---|
AttributeDesignatorType |
ObjectFactory.createAttributeDesignatorType()
Create an instance of AttributeDesignatorType |
AttributeDesignatorType |
ActionMatchType.getActionAttributeDesignator()
Gets the value of the actionAttributeDesignator property. |
AttributeDesignatorType |
EnvironmentMatchType.getEnvironmentAttributeDesignator()
Gets the value of the environmentAttributeDesignator property. |
AttributeDesignatorType |
ResourceMatchType.getResourceAttributeDesignator()
Gets the value of the resourceAttributeDesignator property. |
| Methods in org.jboss.security.xacml.core.model.policy that return types with arguments of type AttributeDesignatorType | |
|---|---|
javax.xml.bind.JAXBElement<AttributeDesignatorType> |
ObjectFactory.createActionAttributeDesignator(AttributeDesignatorType value)
Create an instance of JAXBElement<AttributeDesignatorType>} |
javax.xml.bind.JAXBElement<AttributeDesignatorType> |
ObjectFactory.createEnvironmentAttributeDesignator(AttributeDesignatorType value)
Create an instance of JAXBElement<AttributeDesignatorType>} |
javax.xml.bind.JAXBElement<AttributeDesignatorType> |
ObjectFactory.createResourceAttributeDesignator(AttributeDesignatorType value)
Create an instance of JAXBElement<AttributeDesignatorType>} |
| Uses of AttributeDesignatorType in org.jboss.security.xacml.factories |
|---|
| Methods in org.jboss.security.xacml.factories that return AttributeDesignatorType | |
|---|---|
static AttributeDesignatorType |
PolicyAttributeFactory.createAttributeDesignatorType(String id,
String dataType,
String issuer,
boolean mustBePresent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||