org.jboss.security.negotiation.spnego
Class SPNEGOAuthenticator

java.lang.Object
  extended by org.apache.catalina.valves.ValveBase
      extended by org.apache.catalina.authenticator.AuthenticatorBase
          extended by org.jboss.security.negotiation.NegotiationAuthenticator
              extended by org.jboss.security.negotiation.spnego.SPNEGOAuthenticator
All Implemented Interfaces:
MBeanRegistration, org.apache.catalina.Authenticator, org.apache.catalina.Contained, org.apache.catalina.Lifecycle, org.apache.catalina.Valve

Deprecated.

@Deprecated
public class SPNEGOAuthenticator
extends NegotiationAuthenticator

The authenticator should be configured using 'org.jboss.security.negotiation.NegotiationAuthenticator', this was the old classname so is only retained for backwards compatibility.

Version:
$Revision: 79237 $
Author:
darran.lofthouse@jboss.com

Field Summary
 
Fields inherited from class org.apache.catalina.authenticator.AuthenticatorBase
algorithm, cache, context, DEFAULT_ALGORITHM, digest, disableProxyCaching, entropy, info, lifecycle, random, randomClass, securePagesWithPragma, SESSION_ID_BYTES, sm, sso, started
 
Fields inherited from class org.apache.catalina.valves.ValveBase
container, containerLog, controller, domain, mserver, next, oname
 
Fields inherited from interface org.apache.catalina.Lifecycle
AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, DESTROY_EVENT, INIT_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
 
Constructor Summary
SPNEGOAuthenticator()
          Deprecated.  
 
Method Summary
 void setNext(org.apache.catalina.Valve valve)
          Deprecated.  
 
Methods inherited from class org.jboss.security.negotiation.NegotiationAuthenticator
authenticate, getNegotiateScheme
 
Methods inherited from class org.apache.catalina.authenticator.AuthenticatorBase
addLifecycleListener, associate, findLifecycleListeners, generateSessionId, getAlgorithm, getCache, getContainer, getDigest, getDisableProxyCaching, getEntropy, getInfo, getRandom, getRandomClass, getSecurePagesWithPragma, invoke, reauthenticateFromSSO, register, removeLifecycleListener, setAlgorithm, setCache, setContainer, setDisableProxyCaching, setEntropy, setRandomClass, setSecurePagesWithPragma, start, stop
 
Methods inherited from class org.apache.catalina.valves.ValveBase
backgroundProcess, createObjectName, event, getContainerName, getController, getDomain, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setController, setObjectName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SPNEGOAuthenticator

public SPNEGOAuthenticator()
Deprecated. 
Method Detail

setNext

public void setNext(org.apache.catalina.Valve valve)
Deprecated. 
Specified by:
setNext in interface org.apache.catalina.Valve
Overrides:
setNext in class org.apache.catalina.valves.ValveBase


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.