org.onebusaway.presentation.impl.users
Class PhoneNumberLoginInterceptor

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by org.onebusaway.presentation.impl.users.PhoneNumberLoginInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, Serializable

public class PhoneNumberLoginInterceptor
extends com.opensymphony.xwork2.interceptor.AbstractInterceptor

See Also:
Serialized Form

Field Summary
static String RESET_USER
           
 
Constructor Summary
PhoneNumberLoginInterceptor()
           
 
Method Summary
 String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
           
 void setIndexedUserDetailsService(IndexedUserDetailsService indexedUserDetailsService)
           
 void setPhoneNumberParameterName(String phoneNumberParameterName)
           
 
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
destroy, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESET_USER

public static final String RESET_USER
Constructor Detail

PhoneNumberLoginInterceptor

public PhoneNumberLoginInterceptor()
Method Detail

setIndexedUserDetailsService

public void setIndexedUserDetailsService(IndexedUserDetailsService indexedUserDetailsService)

setPhoneNumberParameterName

public void setPhoneNumberParameterName(String phoneNumberParameterName)

intercept

public String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
                 throws Exception
Specified by:
intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
Specified by:
intercept in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Throws:
Exception


Copyright © 2012 OneBusAway. All Rights Reserved.