Project Aristotle - ArisID Attribute Services

Uses of Interface
org.openliberty.arisid.IAddInteraction

Packages that use IAddInteraction
org.openliberty.arisid   
org.openliberty.arisid.stack   
 

Uses of IAddInteraction in org.openliberty.arisid
 

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

Methods in org.openliberty.arisid that return IAddInteraction
 IAddInteraction CarmlDoc.createAddInteraction(java.lang.String name, java.lang.String description, java.util.Collection<AttributeDef> attrDefs, java.util.Collection<RoleDef> roleDefs, IPolicy txnPolicy)
          Deprecated. Use CarmlDoc.createAddInteraction(String, String, Collection, Collection, IPolicy) instead
 IAddInteraction CarmlDoc.createAddInteraction(java.lang.String name, java.lang.String entityName, java.lang.String description, java.util.Collection<AttributeDef> attrDefs, java.util.Collection<RoleDef> roleDefs, IPolicy txnPolicy)
          Method to define an interaction for the purpose of performing adds.
 IAddInteraction CarmlDoc.createAddInteractionByRef(java.lang.String name, java.lang.String description, java.util.Collection<AttributeRef> attrRefs, java.util.Collection<RoleRef> roleRefs, IPolicy txnPolicy)
          Deprecated. Use CarmlDoc.createAddInteractionByRef(String,String,String,Collection,Collection,IPolicy) instead
 IAddInteraction CarmlDoc.createAddInteractionByRef(java.lang.String name, java.lang.String entityName, java.lang.String description, java.util.Collection<AttributeRef> attrRefs, java.util.Collection<RoleRef> roleRefs, IPolicy txnPolicy)
          Method to define an interaction for the purpose of performing adds.
 

Uses of IAddInteraction in org.openliberty.arisid.stack
 

Methods in org.openliberty.arisid.stack with parameters of type IAddInteraction
 IPrincipalIdentifier IAttrSvcStack.doAdd(IAddInteraction ixn, IAttributeValue[] attrVals, java.lang.String[] roles, javax.security.auth.Subject user)
          A method to allow the caller to add a new identity as defined by the Interaction object ixn and perform the add in the context of the application user.
 


OpenLiberty.org - Licensed under Apache APL 2.0