Class AzAttributesImpl

    • Constructor Detail

      • AzAttributesImpl

        public AzAttributesImpl​(AzAttributesImpl other)
        Copy constructor
        Parameters:
        other - The copy source
      • AzAttributesImpl

        public AzAttributesImpl​(String name)
        Constructor
        Parameters:
        name - The name of this collection.
        Throws:
        IllegalArgumentException - Given name is null or empty
    • Method Detail

      • getName

        public String getName()
        Determines a name to denote this collection of attributes.

        For example, this name may be used to qualify attributes by collection type in XACML.

        Specified by:
        getName in interface AzAttributes
        Returns:
        The collection name
        See Also:
        AzAttributes.getName()