Uses of Package
org.csapi.jr.se.fw

Packages that use org.csapi.jr.se.fw
org.csapi.jr.se.fw Contains the Parlay Framework data type classes. 
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.integrity Contains the Parlay Framework-to-Application Iintegrity Management 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. 
org.csapi.jr.se.fw.fw_service.discovery Contains the Parlay Framework-to-Service Service Discovery interfaces. 
org.csapi.jr.se.fw.fw_service.integrity Contains the Parlay Framework-to-Service Integrity Management interfaces. 
org.csapi.jr.se.fw.fw_service.service_lifecycle Contains the Parlay Framework-to-Service Service Instance Lifecycle Manager interfaces. 
org.csapi.jr.se.fw.fw_service.service_registration Contains the Parlay Framework-to-Service Service Registration interfaces. 
 

Classes in org.csapi.jr.se.fw used by org.csapi.jr.se.fw
FrameworkException
          Framework abstract exception
 

Classes in org.csapi.jr.se.fw used by org.csapi.jr.se.fw.fw_access.trust_and_security
AccessDeniedException
          The client is not currently authenticated with the framework
InvalidAccessTypeException
          The framework does not support the type of access interface requested by the client.
InvalidAuthTypeException
          Invalid type of authentication mechanism
InvalidDomainIdException
          Invalid client ID
InvalidPropertyException
          The framework does not recognise the property supplied by the client
InvalidSignatureException
          Invalid digital signature
InvalidSigningAlgorithmException
          Invalid signing algorithm
NoAcceptableAuthenticationMechanismException
          No authentication mechanism, which is acceptable to the framework, is supported by the client
NoAcceptableEncryptionCapabilityException
          No encryption mechanism, which is acceptable to the framework, is supported by the client
NoAcceptableSigningAlgorithmException
          No signing algorithm, which is acceptable to the framework, is supported by the client
 

Classes in org.csapi.jr.se.fw used by org.csapi.jr.se.fw.fw_application.discovery
AccessDeniedException
          The client is not currently authenticated with the framework
IllegalServiceTypeException
          Illegal Service Type
InvalidPropertyException
          The framework does not recognise the property supplied by the client
UnknownServiceTypeException
          Unknown Service Type
 

Classes in org.csapi.jr.se.fw used by org.csapi.jr.se.fw.fw_application.integrity
InvalidActivityTestIdException
          ID does not correspond to a valid activity test request
InvalidServiceIdException
          Invalid service ID
ServiceNotEnabledException
          The service ID does not correspond to a service that has been enabled
 

Classes in org.csapi.jr.se.fw used by org.csapi.jr.se.fw.fw_application.notification
AccessDeniedException
          The client is not currently authenticated with the framework
 

Classes in org.csapi.jr.se.fw used by org.csapi.jr.se.fw.fw_application.service_agreement
AccessDeniedException
          The client is not currently authenticated with the framework
InvalidAgreementTextException
          Invalid agreement text
InvalidServiceIdException
          Invalid service ID
InvalidServiceTokenException
          The service token has not been issued, or it has expired.
InvalidSignatureException
          Invalid digital signature
InvalidSigningAlgorithmException
          Invalid signing algorithm
ServiceAccessDeniedException
          The client application is not allowed to access this service.
 

Classes in org.csapi.jr.se.fw used by org.csapi.jr.se.fw.fw_service.discovery
IllegalServiceTypeException
          Illegal Service Type
InvalidPropertyException
          The framework does not recognise the property supplied by the client
UnknownServiceTypeException
          Unknown Service Type
 

Classes in org.csapi.jr.se.fw used by org.csapi.jr.se.fw.fw_service.integrity
InvalidActivityTestIdException
          ID does not correspond to a valid activity test request
InvalidServiceIdException
          Invalid service ID
 

Classes in org.csapi.jr.se.fw used by org.csapi.jr.se.fw.fw_service.service_lifecycle
InvalidPropertyException
          The framework does not recognise the property supplied by the client
 

Classes in org.csapi.jr.se.fw used by org.csapi.jr.se.fw.fw_service.service_registration
DuplicatePropertyNameException
          A duplicate property name has been received
IllegalServiceIdException
          Illegal Service ID
IllegalServiceTypeException
          Illegal Service Type
MissingMandatoryPropertyException
          Mandatory Property Missing
PropertyTypeMismatchException
          Property Type Mismatch
ServiceTypeUnavailableException
          The service type is not available according to the Framework.
UnknownServiceIdException
          Unknown Service ID
UnknownServiceTypeException
          Unknown Service Type