Project Aristotle - ArisID Attribute Services

Uses of Interface
org.openliberty.arisid.stack.IResultSet

Packages that use IResultSet
org.openliberty.arisid   
org.openliberty.arisid.stack   
org.openliberty.arisidbeans   
 

Uses of IResultSet in org.openliberty.arisid
 

Methods in org.openliberty.arisid that return IResultSet
 IResultSet ISearchInteraction.doSearch(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.
 IResultSet Interaction.doSearch(java.util.List<IAttributeValue> attrFilterVals, java.util.Map<java.lang.String,IPolicy> dynamicConstraintsMap, javax.security.auth.Subject user)
           
 IResultSet ISearchInteraction.doSearch(java.util.List<IAttributeValue> attrFilterVals, 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.
 IResultSet Interaction.doSearch(java.util.List<IAttributeValue> attrFilterVals, 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.
 

Uses of IResultSet in org.openliberty.arisid.stack
 

Methods in org.openliberty.arisid.stack that return IResultSet
 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.
 

Uses of IResultSet in org.openliberty.arisidbeans
 

Constructors in org.openliberty.arisidbeans with parameters of type IResultSet
SearchResults(IGFObjectManager manager_obj, IResultSet i_rs, java.lang.Class clz, int set_size)
           
 


OpenLiberty.org - Licensed under Apache APL 2.0