Uses of Class
org.openeai.implementations.services.eas.AuthManagerException

Packages that use AuthManagerException
org.openeai.implementations.services.eas   
 

Uses of AuthManagerException in org.openeai.implementations.services.eas
 

Methods in org.openeai.implementations.services.eas that throw AuthManagerException
 org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession AuthManager.validateApplicationSession(java.lang.String appSessionId)
          Takes the application session id passed in and queries the EnterpriseApplicationService for the ApplicationSession associated to that id.
 void AuthManager.deleteApplicationSession(java.lang.String deleteAction, org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession appSession)
          Deletes the ApplicationSession object passed in from the EnterpriseApplicationService by performing an ApplicationSession-Delete-Request.
 org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession AuthManager.createApplicationSession(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseSession entSession)
          Creates an ApplicationSession object in the EnterpriseApplicationService for the EnterpriseSession passed in.
 org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession AuthManager.updateApplicationSession(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession appSession)
          Updates an ApplicationSession object in the EnterpriseApplicationService.
 org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseSession AuthManager.validateEnterpriseSession(java.lang.String sessionId)
          Takes the enterprise session id passed in and queries the EnterpriseApplicationService for the EnterpriseSession associated to that id.
 boolean AuthManager.hasPermission(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession appSession, java.lang.String permissionName)
          Determines if the user associated to the ApplicationSession passed is granted the permission passed in.
 



Copyright © 2002, OpenEAI Software Foundation