com.atlassian.bamboo.ww2.interceptors
Class RemoteApiLoginInterceptor

java.lang.Object
  extended by com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
      extended by com.atlassian.bamboo.ww2.interceptors.RemoteApiLoginInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, java.io.Serializable

public class RemoteApiLoginInterceptor
extends AbstractBambooInterceptor

See Also:
Serialized Form

Constructor Summary
RemoteApiLoginInterceptor()
           
 
Method Summary
 java.lang.String doIntercept(com.opensymphony.xwork.ActionInvocation invocation)
           
 Bamboo getBamboo()
           
 BambooUserManager getBambooUserManager()
           
protected  java.lang.String getUserNameFromSession()
           
 void setBamboo(Bamboo bamboo)
           
 void setBambooUserManager(BambooUserManager bambooUserManager)
           
 
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init, intercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteApiLoginInterceptor

public RemoteApiLoginInterceptor()
Method Detail

doIntercept

public java.lang.String doIntercept(com.opensymphony.xwork.ActionInvocation invocation)
                             throws java.lang.Exception
Specified by:
doIntercept in class AbstractBambooInterceptor
Throws:
java.lang.Exception

getUserNameFromSession

protected java.lang.String getUserNameFromSession()

getBamboo

public Bamboo getBamboo()

setBamboo

public void setBamboo(Bamboo bamboo)

getBambooUserManager

public BambooUserManager getBambooUserManager()

setBambooUserManager

public void setBambooUserManager(BambooUserManager bambooUserManager)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.