Package de.xima.fc.web.common.kerberos
Class KerberosAuthenticator
java.lang.Object
de.xima.fc.web.common.kerberos.KerberosAuthenticator
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.sourceforge.spnego.SpnegoPrincipal
authenticate
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.static void
forceAuthentication
(javax.servlet.http.HttpServletResponse response) Deprecated.static void
init()
Deprecated.static void
Deprecated.
-
Method Details
-
authenticate
public static net.sourceforge.spnego.SpnegoPrincipal authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException, LoginException, GSSException, PrivilegedActionException, URISyntaxException Deprecated.- Throws:
IOException
javax.servlet.ServletException
LoginException
GSSException
PrivilegedActionException
URISyntaxException
-
reinitConfig
public static void reinitConfig() throws URISyntaxException, FileNotFoundException, PrivilegedActionException, GSSException, LoginExceptionDeprecated. -
init
public static void init() throws URISyntaxException, FileNotFoundException, PrivilegedActionException, GSSException, LoginExceptionDeprecated. -
forceAuthentication
public static void forceAuthentication(javax.servlet.http.HttpServletResponse response) throws Exception Deprecated.- Throws:
Exception
-