|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.authentication.DeegreeAuthentication
public class DeegreeAuthentication
deegree Authentication.
This is a deegree specific authentication that uses the possibilities of KVP to append the username and password as well as the sessionID in the URL.
Constructor Summary | |
---|---|
DeegreeAuthentication()
|
Method Summary | |
---|---|
Credentials |
doKVP(Map<String,String> normalizedKVPParams,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
Extracts the Credentials from a KVP-request. |
Credentials |
doSOAP(org.apache.axiom.soap.SOAPEnvelope soapDoc,
javax.servlet.http.HttpServletRequest req)
Extracts the Credentials from a SOAP-request. |
Credentials |
doXML(XMLStreamReader xmlStream,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
Extracts the Credentials from an XML-request. |
void |
handleException(javax.servlet.http.HttpServletResponse response,
SecurityException e)
Handles a SecurityException and generates a suitable HTTP response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeegreeAuthentication()
Method Detail |
---|
public Credentials doKVP(Map<String,String> normalizedKVPParams, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response) throws SecurityException
CredentialsProvider
Credentials
from a KVP-request.
doKVP
in interface CredentialsProvider
null
if not credentials are given
SecurityException
public Credentials doXML(XMLStreamReader xmlStream, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response) throws SecurityException
CredentialsProvider
Credentials
from an XML-request.
doXML
in interface CredentialsProvider
null
if not credentials are given
SecurityException
public Credentials doSOAP(org.apache.axiom.soap.SOAPEnvelope soapDoc, javax.servlet.http.HttpServletRequest req)
CredentialsProvider
Credentials
from a SOAP-request.
doSOAP
in interface CredentialsProvider
null
if not credentials are givenpublic void handleException(javax.servlet.http.HttpServletResponse response, SecurityException e) throws IOException
CredentialsProvider
SecurityException
and generates a suitable HTTP response.
handleException
in interface CredentialsProvider
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |