|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SecurityException in org.deegree.services |
---|
Methods in org.deegree.services that throw SecurityException | |
---|---|
void |
OWS.doKVP(Map<String,String> normalizedKVPParams,
javax.servlet.http.HttpServletRequest request,
HttpResponseBuffer response,
List<org.apache.commons.fileupload.FileItem> multiParts)
Called by the OGCFrontController to allow this OWS to handle an OGC-KVP request. |
void |
OWS.doSOAP(org.apache.axiom.soap.SOAPEnvelope soapDoc,
javax.servlet.http.HttpServletRequest request,
HttpResponseBuffer response,
List<org.apache.commons.fileupload.FileItem> multiParts,
org.apache.axiom.soap.SOAPFactory factory)
Called by the OGCFrontController to allow this OWS to handle an OGC-SOAP request. |
void |
OWS.doXML(XMLStreamReader xmlStream,
javax.servlet.http.HttpServletRequest request,
HttpResponseBuffer response,
List<org.apache.commons.fileupload.FileItem> multiParts)
Called by the OGCFrontController to allow this OWS to handle an OGC-XML request. |
Uses of SecurityException in org.deegree.services.authentication |
---|
Subclasses of SecurityException in org.deegree.services.authentication | |
---|---|
class |
AuthenticationException
TODO add class documentation here |
class |
CredentialsRequiredException
TODO add class documentation here |
class |
InvalidCredentialsException
TODO add class documentation here |
Methods in org.deegree.services.authentication with parameters of type SecurityException | |
---|---|
void |
SOAPAuthentication.handleException(javax.servlet.http.HttpServletResponse response,
SecurityException e)
|
void |
DeegreeAuthentication.handleException(javax.servlet.http.HttpServletResponse response,
SecurityException e)
|
void |
HttpBasicAuthentication.handleException(javax.servlet.http.HttpServletResponse response,
SecurityException e)
|
Methods in org.deegree.services.authentication that throw SecurityException | |
---|---|
Credentials |
SOAPAuthentication.doKVP(Map<String,String> normalizedKVPParams,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Credentials |
DeegreeAuthentication.doKVP(Map<String,String> normalizedKVPParams,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Credentials |
HttpBasicAuthentication.doKVP(Map<String,String> normalizedKVPParams,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Credentials |
SOAPAuthentication.doSOAP(org.apache.axiom.soap.SOAPEnvelope soapDoc,
javax.servlet.http.HttpServletRequest req)
|
Credentials |
HttpBasicAuthentication.doSOAP(org.apache.axiom.soap.SOAPEnvelope soapDoc,
javax.servlet.http.HttpServletRequest req)
|
Credentials |
SOAPAuthentication.doXML(XMLStreamReader reader,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Credentials |
DeegreeAuthentication.doXML(XMLStreamReader xmlStream,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Credentials |
HttpBasicAuthentication.doXML(XMLStreamReader reader,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Uses of SecurityException in org.deegree.services.authentication.soapauthentication |
---|
Subclasses of SecurityException in org.deegree.services.authentication.soapauthentication | |
---|---|
class |
FailedAuthentication
SOAP-Fault if the authentication fails regarding to the credentials provided in the SOAP security header. |
Uses of SecurityException in org.deegree.services.controller |
---|
Methods in org.deegree.services.controller with parameters of type SecurityException | |
---|---|
void |
CredentialsProvider.handleException(javax.servlet.http.HttpServletResponse response,
SecurityException e)
Handles a SecurityException and generates a suitable HTTP response. |
Methods in org.deegree.services.controller that throw SecurityException | |
---|---|
Credentials |
CredentialsProvider.doKVP(Map<String,String> normalizedKVPParams,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
Extracts the Credentials from a KVP-request. |
Credentials |
CredentialsProvider.doSOAP(org.apache.axiom.soap.SOAPEnvelope soapDoc,
javax.servlet.http.HttpServletRequest req)
Extracts the Credentials from a SOAP-request. |
void |
AbstractOWS.doSOAP(org.apache.axiom.soap.SOAPEnvelope soapDoc,
javax.servlet.http.HttpServletRequest request,
HttpResponseBuffer response,
List<org.apache.commons.fileupload.FileItem> multiParts,
org.apache.axiom.soap.SOAPFactory factory)
Called by the OGCFrontController to allow this AbstractOGCServiceController to handle a SOAP
request. |
Credentials |
CredentialsProvider.doXML(XMLStreamReader reader,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
Extracts the Credentials from an XML-request. |
Uses of SecurityException in org.deegree.services.csw |
---|
Methods in org.deegree.services.csw that throw SecurityException | |
---|---|
void |
CSWController.doXML(XMLStreamReader xmlStream,
javax.servlet.http.HttpServletRequest request,
HttpResponseBuffer response,
List<org.apache.commons.fileupload.FileItem> multiParts)
|
Uses of SecurityException in org.deegree.services.wms.controller |
---|
Methods in org.deegree.services.wms.controller that throw SecurityException | |
---|---|
void |
WMSController.doKVP(Map<String,String> map,
javax.servlet.http.HttpServletRequest request,
HttpResponseBuffer response,
List<org.apache.commons.fileupload.FileItem> multiParts)
|
Uses of SecurityException in org.deegree.services.wms.controller.security |
---|
Methods in org.deegree.services.wms.controller.security that throw SecurityException | |
---|---|
GetCapabilities |
DummyWMSSecurityManager.preprocess(GetCapabilities getCapas,
Credentials creds)
|
GetFeatureInfo |
DummyWMSSecurityManager.preprocess(GetFeatureInfo gfi,
Credentials creds)
|
GetLegendGraphic |
DummyWMSSecurityManager.preprocess(GetLegendGraphic glg,
Credentials creds)
|
GetMap |
DummyWMSSecurityManager.preprocess(GetMap getMap,
Credentials creds)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |