Uses of Interface
com.sun.xml.wss.saml.Attribute
-
Packages that use Attribute Package Description com.sun.xml.wss.saml com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.impl -
-
Uses of Attribute in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return Attribute Modifier and Type Method Description abstract AttributeSAMLAssertionFactory. createAttribute(String name, String nameSpace, List values)Constructs an instance ofAttribute.abstract AttributeSAMLAssertionFactory. createAttribute(String name, List values)Constructs an instance ofAttribute.Methods in com.sun.xml.wss.saml that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>AttributeStatement. getAttributes()Gets the value of the attribute property. -
Uses of Attribute in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement Attribute Modifier and Type Class Description classAttributeTheAttributeelement specifies an attribute of the assertion subject.Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>AttributeStatement. getAttributes() -
Uses of Attribute in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement Attribute Modifier and Type Class Description classAttributeTheAttributeelement specifies an attribute of the assertion subject.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>AttributeStatement. getAttributes() -
Uses of Attribute in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return Attribute Modifier and Type Method Description AttributeSAMLAssertion2_1FactoryImpl. createAttribute(String name, String nameSpace, List values)AttributeSAMLAssertion2_1FactoryImpl. createAttribute(String name, List values)AttributeSAMLAssertion2_2FactoryImpl. createAttribute(String name, String nameSpace, List values)AttributeSAMLAssertion2_2FactoryImpl. createAttribute(String name, List values)
-