org.onebusaway.users.impl
Class CreateApiKeyAction

java.lang.Object
  extended by org.onebusaway.users.impl.CreateApiKeyAction

public class CreateApiKeyAction
extends Object


Constructor Summary
CreateApiKeyAction()
           
 
Method Summary
 void execute()
           
 String getKey()
           
 void setKey(String key)
           
 void setUserPropertiesService(UserPropertiesService userPropertiesService)
           
 void setUserService(UserService userService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateApiKeyAction

public CreateApiKeyAction()
Method Detail

setUserService

public void setUserService(UserService userService)

setUserPropertiesService

public void setUserPropertiesService(UserPropertiesService userPropertiesService)

getKey

public String getKey()

setKey

public void setKey(String key)

execute

@PostConstruct
public void execute()


Copyright © 2012 OneBusAway. All Rights Reserved.