Package | Description |
---|---|
info.ejava.examples.ejb.cdisales.ejb | |
info.ejava.examples.ejb.cdisales.web |
Modifier and Type | Method and Description |
---|---|
CurrentUser |
UserMgmtLocal.login() |
CurrentUser |
UserMgmtEJB.login()
We can't do much more than anonymous until we implement login
|
protected CurrentUser |
UserMgmtEJB.login(String login) |
Modifier and Type | Field and Description |
---|---|
private CurrentUser |
SellerController.user
Current user will be injected by CDI into this property using a @Produces
by one of our components.
|
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.