Uses of Interface
org.opensaml.saml.saml1.core.AttributeDesignator
-
Packages that use AttributeDesignator Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. -
-
Uses of AttributeDesignator in org.opensaml.saml.saml1.core
Subinterfaces of AttributeDesignator in org.opensaml.saml.saml1.core Modifier and Type Interface Description interfaceAttributeThis interface defines how the object representing a SAML 1Attributeelement behaves.Methods in org.opensaml.saml.saml1.core that return types with arguments of type AttributeDesignator Modifier and Type Method Description List<AttributeDesignator>AttributeQuery. getAttributeDesignators()Get list of AttributeDesignators.
-