|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Authenticatable defines the interface for all Command Beans that depend on authentication.
| Method Summary | |
Connection |
getConnection()
Gets the connection that has been authenticated. |
boolean |
isAuthenticated()
Determines whether the connection has been authenticated or not. |
void |
setConnection(Connection connection)
Sets the connection that has been authenticated. |
| Method Detail |
public boolean isAuthenticated()
boolean the authenticated flag.
public void setConnection(Connection connection)
throws CommandException
connection - The connection object.
CommandException
public Connection getConnection()
throws CommandException
Connection The authenticated connection.
CommandException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||