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.SpnegoPrincipalauthenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.static voidforceAuthentication(javax.servlet.http.HttpServletResponse response) Deprecated.static voidinit()Deprecated.static voidDeprecated.
-
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:
IOExceptionjavax.servlet.ServletExceptionLoginExceptionGSSExceptionPrivilegedActionExceptionURISyntaxException
-
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
-