|
Project Aristotle - ArisID Attribute Services | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IReadInteraction | |
|---|---|
| org.openliberty.arisid | |
| org.openliberty.arisid.stack | |
| Uses of IReadInteraction in org.openliberty.arisid |
|---|
| Classes in org.openliberty.arisid that implement IReadInteraction | |
|---|---|
class |
Interaction
An Interaction is used to define a single transaction operation and its related schema. |
| Methods in org.openliberty.arisid that return IReadInteraction | |
|---|---|
IReadInteraction |
CarmlDoc.createReadInteraction(java.lang.String name,
java.lang.String description,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<PredicateDef> predDefs,
java.util.Collection<RoleDef> roleDefs,
IPolicy txnPolicy)
Deprecated. Use CarmlDoc.createReadInteraction(String,String,String,Collection,Collection,Collection,IPolicy) instead |
IReadInteraction |
CarmlDoc.createReadInteraction(java.lang.String name,
java.lang.String entityName,
java.lang.String description,
java.util.Collection<AttributeDef> attrDefs,
java.util.Collection<PredicateDef> predDefs,
java.util.Collection<RoleDef> roleDefs,
IPolicy txnPolicy)
Method to define an interaction for the purpose of performing reads. |
IReadInteraction |
CarmlDoc.createReadInteractionByRef(java.lang.String name,
java.lang.String description,
java.util.Collection<AttributeRef> attrRefs,
java.util.Collection<PredicateRef> predicateRefs,
java.util.Collection<RoleRef> roleRefs,
IPolicy txnPolicy)
Deprecated. Use CarmlDoc.createReadInteractionByRef(String,String,String,Collection,Collection,Collection,IPolicy) instead |
IReadInteraction |
CarmlDoc.createReadInteractionByRef(java.lang.String name,
java.lang.String entityName,
java.lang.String description,
java.util.Collection<AttributeRef> attrRefs,
java.util.Collection<PredicateRef> predicateRefs,
java.util.Collection<RoleRef> roleRefs,
IPolicy txnPolicy)
Method to define an interaction for the purpose of performing reads. |
| Uses of IReadInteraction in org.openliberty.arisid.stack |
|---|
| Methods in org.openliberty.arisid.stack with parameters of type IReadInteraction | |
|---|---|
IDigitalSubject |
IAttrSvcStack.doRead(IReadInteraction ixn,
javax.servlet.http.HttpServletRequest req,
java.util.Map<java.lang.String,IPolicy> dynamicConstraintsMap,
javax.security.auth.Subject user)
A method allowing the client app to return a DigitalSubject based on a defined Interaction and based on information passed in HTTP Headers or assertions (e.g. |
IDigitalSubject |
IAttrSvcStack.doRead(IReadInteraction ixn,
IPrincipalIdentifier subjectKey,
java.util.Map<java.lang.String,IPolicy> dynamicConstraintsMap,
javax.security.auth.Subject user)
A method allowing the client app to return a DigitalSubject based on a defined Interaction and subjectKey index value using the Application's credential and the end-user credential. |
IDigitalSubject |
IAttrSvcStack.doRead(IReadInteraction ixn,
java.util.Map<java.lang.String,IPolicy> dynamicConstraintsMap,
javax.security.auth.Subject user)
A method allowing the client app to return a DigitalSubject based on a defined Interaction and the identity of the application user. |
|
OpenLiberty.org - Licensed under Apache APL 2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||