Project Aristotle - ArisID Attribute Services

Uses of Interface
org.openliberty.arisid.IModifyInteraction

Packages that use IModifyInteraction
org.openliberty.arisid   
org.openliberty.arisid.policy   
org.openliberty.arisid.stack   
 

Uses of IModifyInteraction in org.openliberty.arisid
 

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

Methods in org.openliberty.arisid that return IModifyInteraction
 IModifyInteraction CarmlDoc.createModifyInteraction(java.lang.String name, java.lang.String description, java.util.Collection<AttributeDef> attrDefs, java.util.Collection<RoleDef> roleDefs, IPolicy txnPolicy)
          Deprecated. Use CarmlDoc.createModifyInteractionByRef(String, String, Collection, Collection, IPolicy) instead
 IModifyInteraction CarmlDoc.createModifyInteraction(java.lang.String name, java.lang.String entityName, java.lang.String description, java.util.Collection<AttributeDef> attrDefs, java.util.Collection<RoleDef> roleDefs, IPolicy txnPolicy)
          Creates a modify interaction for the purpose of modifying subjects.
 IModifyInteraction CarmlDoc.createModifyInteractionByRef(java.lang.String name, java.lang.String description, java.util.Collection<AttributeRef> attrRefs, java.util.Collection<RoleRef> roleRefs, IPolicy txnPolicy)
          Deprecated. Use CarmlDoc.createModifyInteractionByRef(String,String,String,Collection,Collection,IPolicy) instead
 IModifyInteraction CarmlDoc.createModifyInteractionByRef(java.lang.String name, java.lang.String entityName, java.lang.String description, java.util.Collection<AttributeRef> attrRefs, java.util.Collection<RoleRef> roleRefs, IPolicy txnPolicy)
          Creates a modify interaction for the purpose of modifying subjects.
 

Uses of IModifyInteraction in org.openliberty.arisid.policy
 

Methods in org.openliberty.arisid.policy with parameters of type IModifyInteraction
 boolean PolicyHandler.isAddValuesOnModify(IAttributeValue value, IModifyInteraction ixn)
          Used to check weather a set of values being used in a modify transaction are intended to add specific values rather than replace all values (the default).
 boolean IArisWSPolicy.isAddValuesOnModify(IAttributeValue value, IModifyInteraction ixn)
          Used to check weather a set of values being used in a modify transaction are intended to add specific values rather than replace all values (the default).
 boolean PolicyHandler.isDeleteValuesOnModify(IAttributeValue value, IModifyInteraction ixn)
          Used to check weather a set of values being used in a modify transaction are intended to delete specific values rather than replace all values (the default).
 boolean IArisWSPolicy.isDeleteValuesOnModify(IAttributeValue value, IModifyInteraction ixn)
          Used to check weather a set of values being used in a modify transaction are intended to delete specific values rather than replace all values (the default).
 

Uses of IModifyInteraction in org.openliberty.arisid.stack
 

Methods in org.openliberty.arisid.stack with parameters of type IModifyInteraction
 void IAttrSvcStack.doModify(IModifyInteraction ixn, IPrincipalIdentifier subjectKey, IAttributeValue[] attrVals, java.lang.String[] roleVals, javax.security.auth.Subject user)
          A method allowing the client app to modify a subject based on a subject key and a set of AttributeValues described in the Interaction The request is performed under the specified user context.
 


OpenLiberty.org - Licensed under Apache APL 2.0