Project Aristotle - ArisID Attribute Services

Uses of Interface
org.openliberty.arisid.IInteraction

Packages that use IInteraction
org.openliberty.arisid   
org.openliberty.arisid.policy   
org.openliberty.arisid.protocol.ldap   
org.openliberty.arisid.stack   
 

Uses of IInteraction in org.openliberty.arisid
 

Subinterfaces of IInteraction in org.openliberty.arisid
 interface IAddInteraction
          An interface to an object used for adding objects through an ArisID provider.
 interface ICompareInteraction
           
 interface IDeleteInteraction
          An interface to an entity used for deleting Identities in an ArisID service.
 interface IFindInteraction
          An interface to an ArisID service provide used for finding subjects.
 interface IModifyInteraction
          An interaction used for modify an identity accessed via an ArisId Service.
 interface IReadInteraction
          An interaction object used for reading IDigitalSubjects from an ArisID service.
 interface ISearchInteraction
          An interaction used to search for one or more subjects in an ArisID Service.
 

Classes in org.openliberty.arisid that implement IInteraction
 class Interaction
          An Interaction is used to define a single transaction operation and its related schema.
 

Methods in org.openliberty.arisid that return IInteraction
 IInteraction CarmlDoc.getInteraction(java.lang.String name)
           
 IInteraction ArisIdService.getInteraction(java.lang.String name)
           
 

Methods in org.openliberty.arisid that return types with arguments of type IInteraction
 java.util.Collection<IInteraction> CarmlDoc.getInteractions()
          Returns all defined Interactions
 java.util.Collection<IInteraction> CarmlDoc.getInteractionsByEntity(java.lang.String entityName)
          Returns Interactions associated with a particular EntityName or null;
 

Uses of IInteraction in org.openliberty.arisid.policy
 

Methods in org.openliberty.arisid.policy with parameters of type IInteraction
 IPolicy PolicyHandler.getInteractionPolicy(IInteraction ixn)
          Return any policy associated with an Interaction definition.
 IPolicy IArisWSPolicy.getInteractionPolicy(IInteraction ixn)
          Return any policy associated with an Interaction definition.
 IPolicy PolicyHandler.getSchemaRefPolicy(IInteraction ixn, schemaRef attrPredOrRoleRef)
          Returns the WS-Policy as referenced in any AttributeRef, PredicateRef, or RoleRef object.
 IPolicy IArisWSPolicy.getSchemaRefPolicy(IInteraction ixn, schemaRef attrPredOrRoleRef)
          Returns the WS-Policy as referenced in any AttributeRef, PredicateRef, or RoleRef object.
 

Uses of IInteraction in org.openliberty.arisid.protocol.ldap
 

Constructors in org.openliberty.arisid.protocol.ldap with parameters of type IInteraction
PrivacyControl(IInteraction ixn)
           
PrivacyControl(IInteraction ixn, boolean critical)
           
 

Uses of IInteraction in org.openliberty.arisid.stack
 

Methods in org.openliberty.arisid.stack with parameters of type IInteraction
 IResultSet IAttrSvcStack.doSearch(IInteraction ixn, java.util.List<IAttributeValue> attrFilterVals, java.util.Map<java.lang.String,IPolicy> dynamicConstraintsMap, javax.security.auth.Subject user)
          The search operation can be used for reporting purposes to locate a set of subjects that match a particular condition.
 


OpenLiberty.org - Licensed under Apache APL 2.0