Searched defs:AttributeDesignator (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeDesignator.java25 * $Id: AttributeDesignator.java,v 1.2 2008/06/25 05:47:31 qcheng Exp $
41 * The <code>AttributeDesignator</code> element identifies an attribute
46 public class AttributeDesignator { class
54 protected AttributeDesignator() { method in class:AttributeDesignator
64 public AttributeDesignator(Element element) throws SAMLException { method in class:AttributeDesignator
68 "AttributeDesignator: Input is null.");
72 // Make sure this is an AttributeDesignator.
75 if ((tag == null) || (!tag.equals("AttributeDesignator"))) {
76 SAMLUtilsCommon.debug.message("AttributeDesignator: wrong input");
91 SAMLUtilsCommon.debug.message("AttributeDesignator
153 public AttributeDesignator(String name, String nameSpace) method in class:AttributeDesignator
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeDesignator.java25 * $Id: AttributeDesignator.java,v 1.2 2008/06/25 05:47:31 qcheng Exp $
41 * The <code>AttributeDesignator</code> element identifies an attribute
46 public class AttributeDesignator { class
54 protected AttributeDesignator() { method in class:AttributeDesignator
64 public AttributeDesignator(Element element) throws SAMLException { method in class:AttributeDesignator
68 "AttributeDesignator: Input is null.");
72 // Make sure this is an AttributeDesignator.
75 if ((tag == null) || (!tag.equals("AttributeDesignator"))) {
76 SAMLUtilsCommon.debug.message("AttributeDesignator: wrong input");
91 SAMLUtilsCommon.debug.message("AttributeDesignator
153 public AttributeDesignator(String name, String nameSpace) method in class:AttributeDesignator
[all...]
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttributeDesignator.java67 public class AttributeDesignator class in inherits:Expression,XACMLRootElement
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttributeDesignator.java67 public class AttributeDesignator class in inherits:Expression,XACMLRootElement

Completed in 313 milliseconds