Project Aristotle - ArisID Attribute Services

Uses of Class
org.openliberty.arisid.stack.AuthenticationException

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

Uses of AuthenticationException in org.openliberty.arisid
 

Methods in org.openliberty.arisid that throw AuthenticationException
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.
 void ArisIdService.initialize()
          Initializes the attribute service and freezes the CARML declaration.
 

Uses of AuthenticationException in org.openliberty.arisid.stack
 

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

Uses of AuthenticationException in org.openliberty.arisidbeans
 

Constructors in org.openliberty.arisidbeans that throw AuthenticationException
BeanGenerator(java.lang.String packageName, java.lang.String outputDir, java.lang.String objRelationFile, java.lang.String carmlFile, boolean genMapFile)
           
CarmlParser(java.lang.String carmlFile, java.lang.String defaultEntityName)
           
 


OpenLiberty.org - Licensed under Apache APL 2.0