Uses of Interface
org.example.azapi.AzAttributeValue

Packages that use AzAttributeValue
org.example.azapi The AzApi package contains the interfaces that must be implemented by a provider. 
 

Uses of AzAttributeValue in org.example.azapi
 

Subinterfaces of AzAttributeValue in org.example.azapi
 interface AzAttributeValueAnyURI
          AzAttributeValueAnyURI contains Java URI object that may be used to generate the XACML #anyURI DataType.
 interface AzAttributeValueBase64Binary
          AzAttributeValueBase64Binary contains a Java byte[] object that may be used to generate the XACML #base64Binary DataType.
 interface AzAttributeValueBoolean
          AzAttributeValueBoolean contains a Java Boolean object that may be used to generate the XACML #boolean DataType.
 interface AzAttributeValueDate
          AzAttributeValueDate contains the Java Date object that is intended be used to generate the XACML #date DataType.
 interface AzAttributeValueDateTime
          AzAttributeValueDateTime contains an AzDataDateTime object that is intended to be used to generate the XACML #dateTime DataType.
 interface AzAttributeValueDayTimeDuration
          AzAttributeValueDayTimeDuration contains AzDataDayTimeDuration object that may be used to generate the XACML #dayTimeDuration DataType.
 interface AzAttributeValueDnsName
          AzAttributeValueDnsName contains Java String object that may be used to generate the XACML #dnsName DataType.
 interface AzAttributeValueDouble
          AzAttributeValueDouble contains a Java Double object that may be used to generate the XACML #double DataType.
 interface AzAttributeValueHexBinary
          AzAttributeValueHexBinary contains a Java byte[] object that may be used to generate the XACML #hexBinary DataType.
 interface AzAttributeValueInteger
          AzAttributeValueInteger contains a Java Long object that may be used to generate the XACML #integer DataType.
 interface AzAttributeValueIpAddress
          AzAttributeValueIpAddress contains Java String object that may be used to generate the XACML #ipAddress DataType.
 interface AzAttributeValueRfc822Name
          AzAttributeValueRfc822Name contains Java String object that may be used to generate the XACML #rfc822Name DataType.
 interface AzAttributeValueString
          AzAttributeValueString contains a Java String object that may be used to generate the XACML #string DataType.
 interface AzAttributeValueTime
          AzAttributeValueDate contains the Java Date object within an AzDataDateTime object that contains the information to be used to generate the XACML #date DataType.
 interface AzAttributeValueX500Name
          AzAttributeValueX500Name contains Java X500Principal object that may be used to generate the XACML #x500Name DataType.
 interface AzAttributeValueYearMonthDuration
          AzAttributeValueDayTimeDuration contains AzDataDayTimeDuration object that may be used to generate the XACML #dayTimeDuration DataType.
 

Methods in org.example.azapi that return AzAttributeValue
 AzAttributeValue<?,?> AzAttribute.getAzAttributeValue()
           
 

Methods in org.example.azapi with parameters of type AzAttributeValue
<U extends java.lang.Enum<U> & AzDataTypeId,V,W extends java.lang.Enum<W> & AzCategoryId>
boolean
AzEntity.addAzAttribute(W w, java.lang.String issuer, java.lang.String attributeId, AzAttributeValue<U,V> attributeValue)
          Add a new AzAttribute to the current collection of AzAttributes in this AzEntity object.
<U extends java.lang.Enum<U> & AzDataTypeId,V>
AzAttribute<T>
AzEntity.createAzAttribute(java.lang.String issuer, java.lang.String attributeId, AzAttributeValue<U,V> attributeValue)
          Creates a general AzAttribute with the AzCategoryId Enum, T, specified for this AzEntity object, and add it to the Set> managed by this AzEntity object.