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.SpnegoPrincipalauthenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Deprecated.static voidforceAuthentication(javax.servlet.http.HttpServletResponse response)Deprecated.static org.apache.commons.configuration.event.ConfigurationListenergetConfigurationChangeListener()Deprecated.static voidinit()Deprecated.static voidreinitConfig()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, URISyntaxExceptionDeprecated.- 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. 
 - 
 
 -