com.atlassian.security.auth.trustedapps.filter
Class TrustedApplicationFilterAuthenticator

java.lang.Object
  extended bycom.atlassian.security.auth.trustedapps.filter.TrustedApplicationFilterAuthenticator
All Implemented Interfaces:
Authenticator

public class TrustedApplicationFilterAuthenticator
extends java.lang.Object
implements Authenticator


Nested Class Summary
 
Nested classes inherited from class com.atlassian.security.auth.trustedapps.filter.Authenticator
Authenticator.Result
 
Constructor Summary
TrustedApplicationFilterAuthenticator(TrustedApplicationsManager appManager, UserResolver resolver, AuthenticationController authenticationController)
           
 
Method Summary
 Authenticator.Result authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustedApplicationFilterAuthenticator

public TrustedApplicationFilterAuthenticator(TrustedApplicationsManager appManager,
                                             UserResolver resolver,
                                             AuthenticationController authenticationController)
Method Detail

authenticate

public Authenticator.Result authenticate(javax.servlet.http.HttpServletRequest request,
                                         javax.servlet.http.HttpServletResponse response)
Specified by:
authenticate in interface Authenticator


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.