com.atlassian.sal.confluence.oauth.seraph
Class ConfluenceSeraphAuthenticationListener

java.lang.Object
  extended by com.atlassian.sal.core.auth.SeraphAuthenticationListener
      extended by com.atlassian.sal.confluence.oauth.seraph.ConfluenceSeraphAuthenticationListener
All Implemented Interfaces:
com.atlassian.sal.api.auth.AuthenticationListener

public class ConfluenceSeraphAuthenticationListener
extends com.atlassian.sal.core.auth.SeraphAuthenticationListener

Confluence specific SeraphAuthenticationListener that converts principals to ConfluenceUserPrincipal.

Since:
5.4

Constructor Summary
ConfluenceSeraphAuthenticationListener()
           
 
Method Summary
 void authenticationSuccess(com.atlassian.sal.api.auth.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.atlassian.sal.core.auth.SeraphAuthenticationListener
authenticationError, authenticationFailure, authenticationNotAttempted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceSeraphAuthenticationListener

public ConfluenceSeraphAuthenticationListener()
Method Detail

authenticationSuccess

public void authenticationSuccess(com.atlassian.sal.api.auth.Authenticator.Result result,
                                  javax.servlet.http.HttpServletRequest request,
                                  javax.servlet.http.HttpServletResponse response)
Specified by:
authenticationSuccess in interface com.atlassian.sal.api.auth.AuthenticationListener
Overrides:
authenticationSuccess in class com.atlassian.sal.core.auth.SeraphAuthenticationListener


Copyright © 2003-2014 Atlassian. All Rights Reserved.