Uses of Class
org.n52.security.common.protocol.artifact.ServiceException

Packages that use ServiceException
org.n52.security.common.protocol   
org.n52.security.common.protocol.artifact   
org.n52.security.util   
 

Uses of ServiceException in org.n52.security.common.protocol
 

Methods in org.n52.security.common.protocol that throw ServiceException
 PolicyEnforcementServiceCapabilities PolicyEnforcementService.getCapabilities(java.lang.String version, java.lang.String service)
          Corresponds to the GetCapabilities request of the Web Security Service Specification.
 void PolicyEnforcementService.closeSession(java.lang.String version, java.lang.String sessionID)
          Corresponds to the CloseSession request of the Web Security Service specification.
 SessionInfo PolicyEnforcementService.getSession(java.lang.String version, Credential credential)
          Corresponds to the GetSession request of the Web Security Service specification.
 Transferable PolicyEnforcementService.doService(java.lang.String version, Transferable pTransferable, Credential credential)
          Corresponds to the DoService request of the Web Security Service specification.
 AuthenticationServiceCapabilities AuthenticationService.getCapabilities(java.lang.String version, java.lang.String service)
          Corresponds to the GetCapabilities request of the Web Authentication Service Specification.
 void AuthenticationService.closeSession(java.lang.String version, java.lang.String sessionID)
          Corresponds to the CloseSession request of the Web Authentication Service specification.
 SessionInfo AuthenticationService.getSession(java.lang.String version, Credential credential)
          Corresponds to the GetSession request of the Web Authentication Service specification.
 SAMLResponse AuthenticationService.getSAMLResponse(java.lang.String version, Credential credential)
          Corresponds to the GetSAMLResponse request of the Web Authentication Service specification.
 

Uses of ServiceException in org.n52.security.common.protocol.artifact
 

Methods in org.n52.security.common.protocol.artifact that return ServiceException
static ServiceException ServiceException.createFromXML(org.xml.sax.InputSource in)
          Creates an instance of this class from an XML file.
 

Uses of ServiceException in org.n52.security.util
 

Methods in org.n52.security.util that throw ServiceException
static Transferable HttpsServiceConncetion.conncectToService(java.net.URL requestUrl, java.lang.String lProxyHost, java.lang.String lProxyPort)
           
static Transferable HttpsServiceConncetion.conncectToServicePost(java.net.URL requestUrl, java.lang.String lProxyHost, java.lang.String lProxyPort, byte[] originalRequest)
           
static Transferable HttpsServiceConncetion.conncectToService(java.net.URL requestUrl)
           
 



Copyright © 2004-2007 52 North. All Rights Reserved.