|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pebble.web.action.Action
net.sourceforge.pebble.web.action.SecureAction
public abstract class SecureAction
The superclass for all secure command/action components.
| Constructor Summary | |
|---|---|
SecureAction()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String[] |
getRoles(HttpServletRequest request)
Gets a list of all roles that are allowed to access this action. |
| Methods inherited from class net.sourceforge.pebble.web.action.Action |
|---|
getModel, process, setModel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecureAction()
| Method Detail |
|---|
public abstract java.lang.String[] getRoles(HttpServletRequest request)
request - the HttpServletRequest for this invocation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||