Project Aristotle - ArisID Attribute Services
A B C D E F G H I J L M N O P Q R S T U V W X

C

cancel() - Method in interface org.openliberty.arisid.stack.IResultSet
Cancel's the remaining results.
CARD_MULTI - Static variable in class org.openliberty.arisid.AttributeFilter
 
CARD_MULTI - Static variable in class org.openliberty.arisid.schema.AttributeDef
 
CARD_NONE - Static variable in class org.openliberty.arisid.schema.AttributeDef
 
CARD_SINGLE - Static variable in class org.openliberty.arisid.AttributeFilter
 
CARD_SINGLE - Static variable in class org.openliberty.arisid.schema.AttributeDef
 
CARD_ZERO - Static variable in class org.openliberty.arisid.AttributeFilter
 
cardAttr - Static variable in class org.openliberty.arisid.schema.AttributeDef
 
CARML_SCHEMA - Static variable in class org.openliberty.arisid.CarmlDoc
 
CARML_SCHEMA_PROP - Static variable in class org.openliberty.arisid.CarmlDoc
 
CarmlDoc - Class in org.openliberty.arisid
A Java representation of a CARML declaration.
CarmlDomErrorHandlerImpl - Class in org.openliberty.arisid
Default error handler for Carml Doc parsing.
CarmlDomErrorHandlerImpl() - Constructor for class org.openliberty.arisid.CarmlDomErrorHandlerImpl
 
CarmlParser - Class in org.openliberty.arisidbeans
Class for parsing the CARML file and creating InteractionDescriptor list and AttributeDescriptor list for all interactions and attributes in the CARML file InteractionDescriptor and AttributeDescriptor lists are used by Bean Generator for generating the bean classes
CarmlParser(String, String) - Constructor for class org.openliberty.arisidbeans.CarmlParser
 
CFG_ROLES - Static variable in class org.openliberty.arisid.jaas.ArisIdLoginModule
 
checkFilter(IAttributeValue) - Method in class org.openliberty.arisid.AttributeFilter
Confirms that the current filter has the correct number of comparison values based on the declared cardinality of the filter.
checkFilter(List<IAttributeValue>) - Method in class org.openliberty.arisid.Filter
Verifies that the filter and any sub-filter terms are all valid.
checkValid() - Method in class org.openliberty.arisid.AttributeFilterValue
 
checkValid() - Method in interface org.openliberty.arisid.IFilterValue
 
clone() - Method in class org.openliberty.arisid.AttributeFilter
 
clone() - Method in class org.openliberty.arisid.Filter
 
clone() - Method in class org.openliberty.arisid.FilterRef
 
clone() - Method in class org.openliberty.arisid.PredicateFilter
 
clone() - Method in class org.openliberty.arisid.RoleFilter
 
close() - Method in class org.openliberty.arisid.ArisIdService
Method to close the attribute service.
close() - Method in class org.openliberty.arisidbeans.SearchResults
 
commit() - Method in class org.openliberty.arisid.jaas.ArisIdLoginModule
 
compare(String) - Method in class org.openliberty.arisid.AttributeValue
 
compare(IDigitalSubject) - Method in class org.openliberty.arisid.DigitalSubject
 
compare(String) - Method in interface org.openliberty.arisid.IAttributeValue
 
compare(IDigitalSubject) - Method in interface org.openliberty.arisid.IDigitalSubject
Compares the digital subjects to see if the contents are a match.
compare(String) - Method in class org.openliberty.arisidbeans.PropertyValue
Compares the supplied value with each of the Property Values and returns TRUE if the value matches
compareAttributeValueExact(AttributeValue) - Method in class org.openliberty.arisid.AttributeValue
Deprecated. Use AttributeValue.compareValueExact(IAttributeValue) instead
compareAttributeValueIgnoreCaseExact(AttributeValue) - Method in class org.openliberty.arisid.AttributeValue
Deprecated. Use AttributeValue.compareValueIgnoreCaseExact(IAttributeValue) instead
compareIgnoreCase(String) - Method in class org.openliberty.arisid.AttributeValue
 
compareIgnoreCase(String) - Method in class org.openliberty.arisidbeans.PropertyValue
Compares the supplied value with each of the Property Values and returns TRUE if the value matches ignoring case
compareTo(Object) - Method in class org.openliberty.arisidbeans.AttributeDescriptor
 
compareValueExact(IAttributeValue) - Method in class org.openliberty.arisid.AttributeValue
All values in the current object must match values in the supplied array.
compareValueExact(IAttributeValue) - Method in interface org.openliberty.arisid.IAttributeValue
 
compareValueIgnoreCaseExact(IAttributeValue) - Method in class org.openliberty.arisid.AttributeValue
 
compareValueIgnoreCaseExact(IAttributeValue) - Method in interface org.openliberty.arisid.IAttributeValue
 
ConnectionException - Exception in org.openliberty.arisid.stack
Used when an unrecoverable connection error has occured connecting to an attribute authority.
ConnectionException() - Constructor for exception org.openliberty.arisid.stack.ConnectionException
 
ConnectionException(String) - Constructor for exception org.openliberty.arisid.stack.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception org.openliberty.arisid.stack.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception org.openliberty.arisid.stack.ConnectionException
 
ConsentException - Exception in org.openliberty.arisid.stack
Information could not be returned due to a consent policy exception.
ConsentException() - Constructor for exception org.openliberty.arisid.stack.ConsentException
 
ConsentException(String) - Constructor for exception org.openliberty.arisid.stack.ConsentException
 
ConsentException(Throwable) - Constructor for exception org.openliberty.arisid.stack.ConsentException
 
ConsentException(String, Throwable) - Constructor for exception org.openliberty.arisid.stack.ConsentException
 
contains(String) - Method in class org.openliberty.arisid.AttributeFilterValue
 
contains(String) - Method in class org.openliberty.arisid.AttributeValue
 
contains(String) - Method in interface org.openliberty.arisid.IAttributeValue
Tests whether the specified value is contained.
containsBinary(byte[]) - Method in class org.openliberty.arisid.AttributeValue
 
containsBinary(byte[]) - Method in interface org.openliberty.arisid.IAttributeValue
Tests whether the specified binary value is contained.
copyToDocument(String, String) - Method in class org.openliberty.arisid.CarmlDoc
Creates a new copy Document object with the specified new name and description.
copyToFile(String, String, String) - Method in class org.openliberty.arisid.CarmlDoc
Create a copy of the CARML declaration to a new file
createAddInteraction(String, String, Collection<AttributeDef>, Collection<RoleDef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.createAddInteraction(String, String, Collection, Collection, IPolicy) instead
createAddInteraction(String, String, String, Collection<AttributeDef>, Collection<RoleDef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Method to define an interaction for the purpose of performing adds.
createAddInteractionByRef(String, String, Collection<AttributeRef>, Collection<RoleRef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.createAddInteractionByRef(String,String,String,Collection,Collection,IPolicy) instead
createAddInteractionByRef(String, String, String, Collection<AttributeRef>, Collection<RoleRef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Method to define an interaction for the purpose of performing adds.
createAddValuesConstraint() - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createAddValuesConstraint() - Method in class org.openliberty.arisid.policy.PolicyHandler
Create a constraint that changes a modify to indicate values should add too, rather than replace, current values.
createAttribute(String, URI, String, String, String) - Method in class org.openliberty.arisid.SchemaManager
Creates an AttributeDef object (that can be retrieved by SchemaManager.getAttribute(String) and returns the AttributeDefinition created.
createAttributeService(Class<IAttrSvcStack>, Subject, URI) - Static method in class org.openliberty.arisid.ArisIdServiceFactory
The attribute services factory will create an ArisIdService instance based on the requested class implementing the IAttrSvcStack interface.
createAttributeService(String, Subject, URI, String, URI, String) - Static method in class org.openliberty.arisid.ArisIdServiceFactory
The attribute services factory will create an ArisIdService instance based on the requested class implementing the IAttrSvcStack interface.
createAttributeService(Subject, String, URI, String) - Static method in class org.openliberty.arisid.ArisIdServiceFactory
The attribute services factory will create an ArisIdService instance based on the java property org.openliberty.arisid.stack that implements IAttrSvcStack interface.
createAttributeService(Subject, URI) - Static method in class org.openliberty.arisid.ArisIdServiceFactory
The attribute services factory will create an ArisIdService instance based on the java property org.openliberty.arisid.stack that implements IAttrSvcStack interface.
createContractOrLegalConstraint(URI, URI) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createContractOrLegalConstraint(URI, URI) - Method in class org.openliberty.arisid.policy.PolicyHandler
Create a constraint that defines the legal or contractual context under which information is being exchanged.
createDataDisplayMaskConstraint(String, URI) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createDataDisplayMaskConstraint(String, URI) - Method in class org.openliberty.arisid.policy.PolicyHandler
Describes components of string data which should be masked when data is displayed or logged.
createDataLossOrBreachConstraint(URI, URI) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createDataLossOrBreachConstraint(URI, URI) - Method in class org.openliberty.arisid.policy.PolicyHandler
Describes the entities (e.g.
createDeleteInteraction(String, String, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.createDeleteInteraction(String,String,String,IPolicy) instead
createDeleteInteraction(String, String, String, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Create an interaction for the purpose of performing deletions of subjects.
createDeleteValuesConstraint() - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createDeleteValuesConstraint() - Method in class org.openliberty.arisid.policy.PolicyHandler
Generates a constraint used to change a modify operation to cause specific values provided to be deleted.
createFindInteraction(String, String, Collection<AttributeDef>, Collection<PredicateDef>, Collection<RoleDef>, Filter, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.createFindInteraction(String,String,String,Collection,Collection,Collection,Filter,IPolicy) instead
createFindInteraction(String, String, String, Collection<AttributeDef>, Collection<PredicateDef>, Collection<RoleDef>, Filter, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Method to define an interaction for the purpose of performing locating a single subject based on a filter.
createLifetimeConstraint(int, int) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createLifetimeConstraint(Date, Date) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createLifetimeConstraint(int, int) - Method in class org.openliberty.arisid.policy.PolicyHandler
Generates a Lifetime constraint that specifies for how long an assertion is valid specified in hours and minutes from receipt.
createLifetimeConstraint(Date, Date) - Method in class org.openliberty.arisid.policy.PolicyHandler
Generates a Lifetime constraint that specifies for how long an assertion is valid.
createLocalizationConstraint(String) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createLocalizationConstraint(String) - Method in class org.openliberty.arisid.policy.PolicyHandler
Creates a localization constraint request.
createModifyInteraction(String, String, Collection<AttributeDef>, Collection<RoleDef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.createModifyInteractionByRef(String, String, Collection, Collection, IPolicy) instead
createModifyInteraction(String, String, String, Collection<AttributeDef>, Collection<RoleDef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Creates a modify interaction for the purpose of modifying subjects.
createModifyInteractionByRef(String, String, Collection<AttributeRef>, Collection<RoleRef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.createModifyInteractionByRef(String,String,String,Collection,Collection,IPolicy) instead
createModifyInteractionByRef(String, String, String, Collection<AttributeRef>, Collection<RoleRef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Creates a modify interaction for the purpose of modifying subjects.
createNewPolicy() - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
Generates a new Policy object to which constraints may be added.
createNewPolicy() - Method in class org.openliberty.arisid.policy.PolicyHandler
Creates a new empty IPolicy object.
createPredicate(String, String, String) - Method in class org.openliberty.arisid.SchemaManager
Creates an PredicateDef object (that can be retrieved by SchemaManager.getPredicate(String) and returns the PredicateDef created.
createPropagateConstraint(URI, URI) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createPropagateConstraint(URI, URI) - Method in class org.openliberty.arisid.policy.PolicyHandler
Creates a constrint on the services or end-points to which the data may be propagated or forwarded.
createPurposeConstraint(URI, URI) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createPurposeConstraint(URI, URI) - Method in class org.openliberty.arisid.policy.PolicyHandler
Describes the usage context in which data is sought or the context in which data is being provided.
createReadInteraction(String, String, Collection<AttributeDef>, Collection<PredicateDef>, Collection<RoleDef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.createReadInteraction(String,String,String,Collection,Collection,Collection,IPolicy) instead
createReadInteraction(String, String, String, Collection<AttributeDef>, Collection<PredicateDef>, Collection<RoleDef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Method to define an interaction for the purpose of performing reads.
createReadInteractionByRef(String, String, Collection<AttributeRef>, Collection<PredicateRef>, Collection<RoleRef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.createReadInteractionByRef(String,String,String,Collection,Collection,Collection,IPolicy) instead
createReadInteractionByRef(String, String, String, Collection<AttributeRef>, Collection<PredicateRef>, Collection<RoleRef>, IPolicy) - Method in class org.openliberty.arisid.CarmlDoc
Method to define an interaction for the purpose of performing reads.
createRetentionConstraint(URI, URI) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createRetentionConstraint(URI, URI, ILifetimeConstraint) - Method in interface org.openliberty.arisid.policy.IArisWSPolicy
 
createRetentionConstraint(URI, URI) - Method in class org.openliberty.arisid.policy.PolicyHandler
Indicates whether the data value can be retained by the requestor, in memory or otherwise.
createRetentionConstraint(URI, URI, ILifetimeConstraint) - Method in class org.openliberty.arisid.policy.PolicyHandler
Indicates whether the data value can be retained by the requestor, in memory or otherwise, and the time period for which it can be retained.
createRole(String, String, String) - Method in class org.openliberty.arisid.SchemaManager
Creates an RoleDef object (that can be retrieved by SchemaManager.getRole(String) and returns the RoleDef created.
createSearchInteraction(String, String, Filter, Collection<AttributeDef>, Collection<PredicateDef>, Collection<RoleDef>, IPolicy, int, int) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.createSearchInteraction(String,String,String,Filter,Collection,Collection,Collection,IPolicy,int,int) instead
createSearchInteraction(String, String, String, Filter, Collection<AttributeDef>, Collection<PredicateDef>, Collection<RoleDef>, IPolicy, int, int) - Method in class org.openliberty.arisid.CarmlDoc
Creates an Interaction declaration used for the purpose of searching attribute authorities for one or more subjects that match a certain criteria.
createSearchInteractionByRef(String, String, Filter, Collection<AttributeRef>, Collection<PredicateRef>, Collection<RoleRef>, IPolicy, int, int) - Method in class org.openliberty.arisid.CarmlDoc
Deprecated. Use CarmlDoc.createSearchInteractionByRef(String, String, Filter, Collection, Collection, Collection, IPolicy, int, int) instead
createSearchInteractionByRef(String, String, String, Filter, Collection<AttributeRef>, Collection<PredicateRef>, Collection<RoleRef>, IPolicy, int, int) - Method in class org.openliberty.arisid.CarmlDoc
Creates an Interaction declaration used for the purpose of searching attribute authorities for one or more subjects that match a certain criteria.

OpenLiberty.org - Licensed under Apache APL 2.0
A B C D E F G H I J L M N O P Q R S T U V W X