Project Aristotle - ArisID Attribute Services

Uses of Interface
org.openliberty.arisid.ICompareInteraction

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

Uses of ICompareInteraction in org.openliberty.arisid
 

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

Uses of ICompareInteraction in org.openliberty.arisid.stack
 

Methods in org.openliberty.arisid.stack with parameters of type ICompareInteraction
 boolean IAttrSvcStack.doCompare(ICompareInteraction ixn, IPrincipalIdentifier subjectKey, java.util.List<IAttributeValue> attrFilterVals, javax.security.auth.Subject user)
          A method allowing the client app to test if certain attribute condition values are matched using both the application and the end-user context.
 


OpenLiberty.org - Licensed under Apache APL 2.0