org.eclipse.jetty.security.authentication
Class DeferredAuthentication
java.lang.Object
org.eclipse.jetty.security.authentication.DeferredAuthentication
- All Implemented Interfaces:
- Authentication, Authentication.Deferred
public class DeferredAuthentication
- extends java.lang.Object
- implements Authentication.Deferred
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_authenticator
protected final Authenticator _authenticator
DeferredAuthentication
public DeferredAuthentication(Authenticator authenticator)
getIdentityService
public IdentityService getIdentityService()
- Get the identityService.
- Returns:
- the identityService
setIdentityService
public void setIdentityService(IdentityService identityService)
- Set the identityService.
- Parameters:
identityService - the identityService to set
authenticate
public Authentication authenticate(javax.servlet.ServletRequest request)
- Specified by:
authenticate in interface Authentication.Deferred
- See Also:
Authentication.Deferred.authenticate(ServletRequest)
authenticate
public Authentication authenticate(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
- Specified by:
authenticate in interface Authentication.Deferred
- See Also:
Authentication.Deferred.authenticate(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
login
public Authentication login(java.lang.String username,
java.lang.String password)
- Specified by:
login in interface Authentication.Deferred
- See Also:
Authentication.Deferred.login(java.lang.String, java.lang.String)
getPreviousAssociation
public java.lang.Object getPreviousAssociation()
isDeferred
public boolean isDeferred(javax.servlet.http.HttpServletResponse response)
- Parameters:
response -
- Returns:
- true if this response is from a deferred call to
authenticate(ServletRequest)
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.