Uses of Class
no.feide.moria.servlet.soap.SOAPException

Packages that use SOAPException
no.feide.moria.servlet.soap   
no.feide.moria.webservices.v2_1 This package contains the Moria2 v2.1 SOAP interface. 
 

Uses of SOAPException in no.feide.moria.servlet.soap
 

Subclasses of SOAPException in no.feide.moria.servlet.soap
 class AuthenticationFailedException
          Signals to the remote service that the user authentication failed.
 class AuthenticationUnavailableException
          Signals to the remote service that Moria was unable to reach the third-party server responsible for user authentication.
 class AuthorizationFailedException
          Signals to the remote service that an operation was attempted, or parameters were used, that the service was not authorized for.
 class ClientException
          The superclass for all exceptions that should result in a SOAP Fault message with faultcode Client
 class IllegalInputException
          Signals to the remote service that a parameter did not have the proper syntax.
 class InternalException
          Signals to the remote service that Moria has internal problems.
 class ServerException
          The superclass for all exceptions that should result in a SOAP Fault message with faultcode Server
 class UnknownTicketException
          Signals to the remote service that the ticket used in the SOAP operation was unknown to Moria.
 

Uses of SOAPException in no.feide.moria.webservices.v2_1
 

Methods in no.feide.moria.webservices.v2_1 that throw SOAPException
 Attribute[] AuthenticationImpl.directNonInteractiveAuthentication(java.lang.String[] attributes, java.lang.String username, java.lang.String password)
           
 Attribute[] Authentication.directNonInteractiveAuthentication(java.lang.String[] attributes, java.lang.String username, java.lang.String password)
          Performs direct non-interactive authentication.
 java.lang.String AuthenticationImpl.getProxyTicket(java.lang.String ticketGrantingTicket, java.lang.String proxyServicePrincipal)
           
 java.lang.String Authentication.getProxyTicket(java.lang.String ticketGrantingTicket, java.lang.String proxyServicePrincipal)
          Gets a proxy ticket.
 Attribute[] Authentication.getUserAttributes(java.lang.String serviceTicket)
          Gets user attributes.
 java.lang.String AuthenticationImpl.initiateAuthentication(java.lang.String[] attributes, java.lang.String returnURLPrefix, java.lang.String returnURLPostfix, boolean forceInteractiveAuthentication)
           
 java.lang.String Authentication.initiateAuthentication(java.lang.String[] attributes, java.lang.String returnURLPrefix, java.lang.String returnURLPostfix, boolean forceInteractiveAuthentication)
          Initiates authentication.
 Attribute[] AuthenticationImpl.proxyAuthentication(java.lang.String[] attributes, java.lang.String proxyTicket)
           
 Attribute[] Authentication.proxyAuthentication(java.lang.String[] attributes, java.lang.String proxyTicket)
          Performs proxy authentication.
 boolean AuthenticationImpl.verifyUserExistence(java.lang.String username)
           
 boolean Authentication.verifyUserExistence(java.lang.String username)
          Verifies the existence of a given user in the underlying directories.
 



Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.