A C D E G I M O P Q R S T V X

C

CONTAINER - Static variable in class org.example.azapi.test.TestAzAPI
 
createAndAddResourceActionAssociation(AzEntity<AzCategoryIdResource>, AzEntity<AzCategoryIdAction>) - Method in interface org.example.azapi.AzRequestContext
Add an AzResourceActionAssociation to the AzRequestContext by providing an AzResource entity and an AzAction entity, which the method will combine into the appropriate association object and add it to the Set of associations.
createAzAttribute(String, String, AzAttributeValue<U, V>) - Method in interface org.example.azapi.AzEntity
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.
createAzAttributeValue(AzDataTypeIdAnyURI, URI) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds a #anyURI type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdBase64Binary, AzDataByteArray) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds a AzDataByteArray type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdBoolean, Boolean) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds a Boolean type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdDate, AzDataDateTime) - Method in interface org.example.azapi.AzEntity
Returns a general AzAttributeValueDate object that holds a #date type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdDateTime, AzDataDateTime) - Method in interface org.example.azapi.AzEntity
Returns a general AzAttributeValueDateTime object that holds a #dateTime type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdDayTimeDuration, AzDataDayTimeDuration) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValueDayTimeDuration object that holds a XACML #dayTimeDuration DataType.
createAzAttributeValue(AzDataTypeIdDnsName, String) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds a String type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdDouble, Double) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds a Double type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdHexBinary, AzDataByteArray) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds a AzDataByteArray type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdInteger, Long) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds an Integer type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdIpAddress, String) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds a String type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdRfc822Name, String) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds a String type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdString, String) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds a String type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdTime, AzDataDateTime) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValueTime object that holds a #time type and value, where that value was established by the parameters passed in this method.
createAzAttributeValue(AzDataTypeIdX500Name, X500Principal) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValue object that holds a #x500Name type and value, that can be used with an AzAttribute of any AzCategoryId.
createAzAttributeValue(AzDataTypeIdYearMonthDuration, AzDataYearMonthDuration) - Method in interface org.example.azapi.AzEntity
Returns an AzAttributeValueYearMonthDuration object that holds a XACML #yearMonthDuration DataType.
createAzDataByteArray(byte[]) - Method in interface org.example.azapi.AzEntity
Returns a helper data container for boxed Java byte[] arrays
createAzDataDateTime(Date, int, int, int) - Method in interface org.example.azapi.AzEntity
Returns a helper data container for XACML #date, #time, and #date-time datatypes
createAzDataDayTimeDuration(boolean, long, long, long, long, int) - Method in interface org.example.azapi.AzEntity
Returns a helper data container for XACML #dayTimeDuration DataType
createAzDataYearMonthDuration(boolean, long, long) - Method in interface org.example.azapi.AzEntity
Returns a helper data container for Xacml #yearMonthDuration
createAzEntity(AzCategoryIdResource) - Method in interface org.example.azapi.AzRequestContext
Creates and returns an AzEntity object.
createAzEntity(AzCategoryIdAction) - Method in interface org.example.azapi.AzRequestContext
Creates and returns an AzEntity object.
createAzEntity(AzCategoryIdEnvironment) - Method in interface org.example.azapi.AzRequestContext
 
createAzEntity(AzCategoryIdSubjectAccess) - Method in interface org.example.azapi.AzRequestContext
 
createAzEntity(AzCategoryIdSubjectCodebase) - Method in interface org.example.azapi.AzRequestContext
 
createAzEntity(AzCategoryIdSubjectIntermediary) - Method in interface org.example.azapi.AzRequestContext
 
createAzEntity(AzCategoryIdSubjectRecipient) - Method in interface org.example.azapi.AzRequestContext
 
createAzEntity(AzCategoryIdSubjectRequestingMachine) - Method in interface org.example.azapi.AzRequestContext
 
createAzRequestContext() - Method in interface org.example.azapi.AzService
Returns a new AzRequestContext object that the AzAPI caller may use to populate with all the necessary information required (in the form of AzAttributes) for one or more XACML Authorization requests.

A C D E G I M O P Q R S T V X