| |
|
| java.lang.Object org.nemesis.forum.impl.DbAuthorization
DbAuthorization | final public class DbAuthorization implements Authorization(Code) | | Database implementation of the Authorization interface.
|
Constructor Summary | |
protected | DbAuthorization(int userID) Constucts a new DbAuthorization with the specified userID. |
DbAuthorization | protected DbAuthorization(int userID)(Code) | | Constucts a new DbAuthorization with the specified userID.
Parameters: userID - the userID to create an authorization token with. |
getUserID | public int getUserID()(Code) | | |
|
|
|