Uses of Class
org.csapi.jr.se.fw.AccessDeniedException

Packages that use AccessDeniedException
org.csapi.jr.se.fw.fw_access.trust_and_security Contains the Parlay Framework Access Session Trust and Secruity Management interfaces. 
org.csapi.jr.se.fw.fw_application.discovery Contains the Parlay Framework-to-Application Service Discovery interfaces. 
org.csapi.jr.se.fw.fw_application.notification Contains the Parlay Framework-to-Application Event Notification interfaces. 
org.csapi.jr.se.fw.fw_application.service_agreement Contains the Parlay Framework-to-Application Service Agreement Management interfaces. 
 

Uses of AccessDeniedException in org.csapi.jr.se.fw.fw_access.trust_and_security
 

Methods in org.csapi.jr.se.fw.fw_access.trust_and_security that throw AccessDeniedException
 org.csapi.jr.se.CsapiInterface Access.obtainInterface(java.lang.String interfaceName)
          This method is used to obtain other framework interfaces.
 org.csapi.jr.se.CsapiInterface Access.obtainInterfaceWithCallback(java.lang.String interfaceName, org.csapi.jr.se.CsapiInterface clientInterface)
          This method is used to obtain other framework interfaces.
 void Access.endAccess(org.csapi.jr.se.fw.Property[] endAccessProperties)
          Deprecated.  
 java.lang.String[] Access.listInterfaces()
          The client uses this method to obtain the names of all interfaces supported by the framework.
 void Access.releaseInterface(java.lang.String interfaceName)
          Deprecated.  
 java.lang.String Access.selectSigningAlgorithm(java.lang.String signingAlgorithmCaps)
          The client uses this method to inform the Framework of the different signing algorithms it supports for use in all cases where digital signatures are required.
 java.lang.String APILevelAuthentication.selectEncryptionMethod(java.lang.String encryptionCaps)
          Deprecated.  
 byte[] APILevelAuthentication.authenticate(byte[] challenge)
          Deprecated.  
 void APILevelAuthentication.abortAuthentication()
          The client uses this method to abort the authentication process where the framework is authenticating the client.
 void APILevelAuthentication.authenticationSucceeded()
          The client uses this method to inform the framework of the success of the authentication attempt.
 java.lang.String APILevelAuthentication.selectAuthenticationMechanism(java.lang.String authMechanismList)
          The client uses this method to inform the Framework of the different authentication mechanisms it supports as part of API level Authentication.
 byte[] APILevelAuthentication.challenge(byte[] challenge)
          This method is used by the client to authenticate the framework.
 org.csapi.jr.se.CsapiInterface Authentication.requestAccess(java.lang.String accessType, org.csapi.jr.se.CsapiInterface clientAccessInterface)
          Once the client has been authenticated by the framework, the client may invoke the requestAccess operation on the IpAuthentication or IpAPILevelAuthentication interface.
 

Uses of AccessDeniedException in org.csapi.jr.se.fw.fw_application.discovery
 

Methods in org.csapi.jr.se.fw.fw_application.discovery that throw AccessDeniedException
 java.lang.String[] ServiceDiscovery.listServiceTypes()
          This operation returns the names of all service super and sub types that are in the repository.
 org.csapi.jr.se.fw.ServiceTypeDescription ServiceDiscovery.describeServiceType(java.lang.String name)
          This operation lets the caller obtain the details for a particular service type.
 org.csapi.jr.se.fw.Service[] ServiceDiscovery.discoverService(java.lang.String serviceTypeName, org.csapi.jr.se.fw.ServiceProperty[] desiredPropertyList, int max)
          The discoverService operation is the means by which a client application is able to obtain the service IDs of the services that meet its requirements.
 org.csapi.jr.se.fw.Service[] ServiceDiscovery.listSubscribedServices()
          Returns a list of services so far subscribed by the enterprise operator.
 

Uses of AccessDeniedException in org.csapi.jr.se.fw.fw_application.notification
 

Methods in org.csapi.jr.se.fw.fw_application.notification that throw AccessDeniedException
 int EventNotification.createNotification(org.csapi.jr.se.fw.FwEventCriteria eventCriteria)
          This method is used to enable generic notifications so that events can be sent to the application.
 void EventNotification.destroyNotification(int assignmentID)
          This method is used by the application to delete generic notifications from the framework.
 

Uses of AccessDeniedException in org.csapi.jr.se.fw.fw_application.service_agreement
 

Methods in org.csapi.jr.se.fw.fw_application.service_agreement that throw AccessDeniedException
 org.csapi.jr.se.fw.SignatureAndServiceMgr ServiceAgreementManagement.signServiceAgreement(java.lang.String serviceToken, java.lang.String agreementText, java.lang.String signingAlgorithm)
          After the framework has called signServiceAgreement() on the application's IpAppServiceAgreementManagement interface, this method is used by the client application to request that the framework sign the service agreement, which allows the client application to use the service.
 void ServiceAgreementManagement.terminateServiceAgreement(java.lang.String serviceToken, java.lang.String terminationText, byte[] digitalSignature)
          This method is used by the client application to terminate an agreement for the service.
 java.lang.String ServiceAgreementManagement.selectService(java.lang.String serviceID)
          This method is used by the client application to identify the service that the client application wishes to use.