Uses of Interface
com.sun.xml.wss.saml.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return AttributeModifier and TypeMethodDescriptionabstract 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 AttributeModifier and TypeMethodDescriptionAttributeStatement.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 AttributeModifier and TypeClassDescriptionclassTheAttributeelement 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 -
Uses of Attribute in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement AttributeModifier and TypeClassDescriptionclassTheAttributeelement 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 -
Uses of Attribute in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return AttributeModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createAttribute(String name, String nameSpace, List values) SAMLAssertion2_1FactoryImpl.createAttribute(String name, List values) SAMLAssertion2_2FactoryImpl.createAttribute(String name, String nameSpace, List values) SAMLAssertion2_2FactoryImpl.createAttribute(String name, List values)