Package org.onebusaway.users.impl
Class CreateApiKeyAction
- java.lang.Object
-
- org.onebusaway.users.impl.CreateApiKeyAction
-
public class CreateApiKeyAction extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateApiKeyAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()StringgetKey()voidsetKey(String key)voidsetUserPropertiesService(UserPropertiesService userPropertiesService)voidsetUserService(UserService userService)
-
-
-
Method Detail
-
setUserService
@Autowired public void setUserService(UserService userService)
-
setUserPropertiesService
@Autowired public void setUserPropertiesService(UserPropertiesService userPropertiesService)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
execute
@PostConstruct public void execute()
-
-