Methods in org.deegree.services.authentication that return Credentials |
Credentials |
SOAPAuthentication.doKVP(java.util.Map<java.lang.String,java.lang.String> normalizedKVPParams,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Credentials |
HttpBasicAuthentication.doKVP(java.util.Map<java.lang.String,java.lang.String> normalizedKVPParams,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Credentials |
DeegreeAuthentication.doKVP(java.util.Map<java.lang.String,java.lang.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 |
DeegreeAuthentication.doSOAP(org.apache.axiom.soap.SOAPEnvelope soapDoc,
javax.servlet.http.HttpServletRequest req)
|
Credentials |
SOAPAuthentication.doXML(javax.xml.stream.XMLStreamReader reader,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Credentials |
HttpBasicAuthentication.doXML(javax.xml.stream.XMLStreamReader reader,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Credentials |
DeegreeAuthentication.doXML(javax.xml.stream.XMLStreamReader xmlStream,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
|
Methods in org.deegree.services.controller.utils with parameters of type Credentials |
void |
OSAASRequestLogger.logKVP(java.lang.String address,
java.lang.String queryString,
long startTime,
long endTime,
Credentials creds)
|
void |
StandardRequestLogger.logKVP(java.lang.String address,
java.lang.String queryString,
long startTime,
long endTime,
Credentials creds)
|
void |
OSAASRequestLogger.logXML(java.lang.String address,
java.io.File logFile,
long startTime,
long endTime,
Credentials creds)
|
void |
StandardRequestLogger.logXML(java.lang.String address,
java.io.File logFile,
long startTime,
long endTime,
Credentials creds)
|
Methods in org.deegree.services.csw.security with parameters of type Credentials |
DescribeRecord |
CSWSecurityManager.preprocess(DescribeRecord describeRecord,
Credentials creds,
boolean isSoap)
|
DescribeRecord |
DummyCSWSecurityManager.preprocess(DescribeRecord describeRecord,
Credentials creds,
boolean isSoap)
|
org.deegree.protocol.ows.capabilities.GetCapabilities |
CSWSecurityManager.preprocess(org.deegree.protocol.ows.capabilities.GetCapabilities getCapabilities,
Credentials creds,
boolean isSoap)
|
org.deegree.protocol.ows.capabilities.GetCapabilities |
DummyCSWSecurityManager.preprocess(org.deegree.protocol.ows.capabilities.GetCapabilities getCapabilities,
Credentials creds,
boolean isSoap)
|
GetRecordById |
CSWSecurityManager.preprocess(GetRecordById getRecordById,
Credentials creds,
boolean isSoap)
|
GetRecordById |
DummyCSWSecurityManager.preprocess(GetRecordById getRecordById,
Credentials creds,
boolean isSoap)
|
GetRecords |
CSWSecurityManager.preprocess(GetRecords getRecords,
Credentials creds,
boolean isSoap)
|
GetRecords |
DummyCSWSecurityManager.preprocess(GetRecords getRecords,
Credentials creds,
boolean isSoap)
|
Transaction |
CSWSecurityManager.preprocess(Transaction transaction,
Credentials creds,
boolean isSoap)
|
Transaction |
DummyCSWSecurityManager.preprocess(Transaction transaction,
Credentials creds,
boolean isSoap)
|
Methods in org.deegree.services.wms.controller.security with parameters of type Credentials |
org.deegree.protocol.ows.capabilities.GetCapabilities |
WMSSecurityManager.preprocess(org.deegree.protocol.ows.capabilities.GetCapabilities getCapas,
Credentials creds)
|
org.deegree.protocol.ows.capabilities.GetCapabilities |
DummyWMSSecurityManager.preprocess(org.deegree.protocol.ows.capabilities.GetCapabilities getCapas,
Credentials creds)
|
GetFeatureInfo |
WMSSecurityManager.preprocess(GetFeatureInfo gfi,
Credentials creds)
|
GetFeatureInfo |
DummyWMSSecurityManager.preprocess(GetFeatureInfo gfi,
Credentials creds)
|
GetFeatureInfoSchema |
WMSSecurityManager.preprocess(GetFeatureInfoSchema getFeatureInfoSchema,
Credentials creds)
|
GetFeatureInfoSchema |
DummyWMSSecurityManager.preprocess(GetFeatureInfoSchema getFeatureInfoSchema,
Credentials creds)
|
GetLegendGraphic |
WMSSecurityManager.preprocess(GetLegendGraphic glg,
Credentials creds)
|
GetLegendGraphic |
DummyWMSSecurityManager.preprocess(GetLegendGraphic glg,
Credentials creds)
|
GetMap |
WMSSecurityManager.preprocess(GetMap getMap,
Credentials creds)
|
GetMap |
DummyWMSSecurityManager.preprocess(GetMap getMap,
Credentials creds)
|