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 Attribute
SAMLAssertionFactory. createAttribute(String name, String nameSpace, List values)
Constructs an instance ofAttribute
.abstract Attribute
SAMLAssertionFactory. 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 class
Attribute
TheAttribute
element 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 class
Attribute
TheAttribute
element 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 Attribute
SAMLAssertion2_1FactoryImpl. createAttribute(String name, String nameSpace, List values)
Attribute
SAMLAssertion2_1FactoryImpl. createAttribute(String name, List values)
Attribute
SAMLAssertion2_2FactoryImpl. createAttribute(String name, String nameSpace, List values)
Attribute
SAMLAssertion2_2FactoryImpl. createAttribute(String name, List values)
-