Project Aristotle - ArisID Attribute Services

Uses of Class
org.openliberty.arisid.ArisIdService

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

Uses of ArisIdService in org.openliberty.arisid
 

Methods in org.openliberty.arisid that return ArisIdService
static ArisIdService ArisIdServiceFactory.createAttributeService(java.lang.Class<IAttrSvcStack> stackImplementationClass, javax.security.auth.Subject appCredential, java.net.URI carmldoc)
          The attribute services factory will create an ArisIdService instance based on the requested class implementing the IAttrSvcStack interface.
static ArisIdService ArisIdServiceFactory.createAttributeService(java.lang.String stackImplementationClass, javax.security.auth.Subject appCredential, java.net.URI carmldoc, java.lang.String appIdName, java.net.URI appUri, java.lang.String appDescription)
          The attribute services factory will create an ArisIdService instance based on the requested class implementing the IAttrSvcStack interface.
static ArisIdService ArisIdServiceFactory.createAttributeService(javax.security.auth.Subject appCredential, java.lang.String appIdName, java.net.URI appUri, java.lang.String appDescription)
          The attribute services factory will create an ArisIdService instance based on the java property org.openliberty.arisid.stack that implements IAttrSvcStack interface.
static ArisIdService ArisIdServiceFactory.createAttributeService(javax.security.auth.Subject appCredential, java.net.URI carmldoc)
          The attribute services factory will create an ArisIdService instance based on the java property org.openliberty.arisid.stack that implements IAttrSvcStack interface.
 ArisIdService Interaction.getAttributeService()
           
 ArisIdService IInteraction.getAttributeService()
           
 ArisIdService CarmlDoc.getAttributeService()
           
static ArisIdService ArisIdServiceFactory.parseCarmlOnly(java.net.URI carmlDoc)
          Method used to instantiate an ArisIdService for the purpose of Carml declaration parsing only.
 

Constructors in org.openliberty.arisid with parameters of type ArisIdService
SchemaManager(ArisIdService svc, java.util.Collection<AttributeDef> attrDefs, java.util.Collection<PredicateDef> propDefs, java.util.Collection<RoleDef> roleDefs, java.util.Collection<IPolicy> policyDefs)
           
 

Uses of ArisIdService in org.openliberty.arisid.stack
 

Methods in org.openliberty.arisid.stack with parameters of type ArisIdService
 void IAttrSvcStack.register(javax.security.auth.Subject appSecurityContext, ArisIdService attrSvc)
          register enables the client code to register its presence with the Attribute Services stack provider.
 void IAttrSvcStack.unregister(ArisIdService attrSvc)
          Allows an attribute service client to unregister as a result of ArisIdService.close() being called.
 


OpenLiberty.org - Licensed under Apache APL 2.0