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

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

public class MockAuthenticator
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
MockAuthenticator()
           
 
Method Summary
 Authenticator.Result authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setResult(Authenticator.Result result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockAuthenticator

public MockAuthenticator()
Method Detail

authenticate

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

setResult

public void setResult(Authenticator.Result result)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.