Package de.xima.fc.web.common.kerberos
Class KerberosAuthenticator
- java.lang.Object
-
- de.xima.fc.web.common.kerberos.KerberosAuthenticator
-
@Deprecated public final class KerberosAuthenticator extends Object
Deprecated.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static 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 org.apache.commons.configuration.event.ConfigurationListener
getConfigurationChangeListener()
Deprecated.static void
init()
Deprecated.static void
reinitConfig()
Deprecated.
-
-
-
Method Detail
-
getConfigurationChangeListener
public static org.apache.commons.configuration.event.ConfigurationListener getConfigurationChangeListener()
Deprecated.
-
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, LoginException
Deprecated.
-
init
public static void init() throws URISyntaxException, FileNotFoundException, PrivilegedActionException, GSSException, LoginException
Deprecated.
-
-