Java Doc for generic.java in  » Web-Framework » rife-1.6.1 » com » uwyn » rife » authentication » credentialsmanagers » databasedrivers » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Framework » rife 1.6.1 » com.uwyn.rife.authentication.credentialsmanagers.databasedrivers 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.uwyn.rife.authentication.credentialsmanagers.DatabaseUsers
   com.uwyn.rife.authentication.credentialsmanagers.databasedrivers.generic

All known Subclasses:   com.uwyn.rife.authentication.credentialsmanagers.databasedrivers.com_mysql_jdbc_Driver,  com.uwyn.rife.authentication.credentialsmanagers.databasedrivers.org_h2_Driver,  com.uwyn.rife.authentication.credentialsmanagers.databasedrivers.org_hsqldb_jdbcDriver,  com.uwyn.rife.authentication.credentialsmanagers.databasedrivers.in_co_daffodil_db_jdbc_DaffodilDBDriver,  com.uwyn.rife.authentication.credentialsmanagers.databasedrivers.oracle_jdbc_driver_OracleDriver,  com.uwyn.rife.authentication.credentialsmanagers.databasedrivers.org_apache_derby_jdbc_EmbeddedDriver,  com.uwyn.rife.authentication.credentialsmanagers.databasedrivers.org_firebirdsql_jdbc_FBDriver,
generic
public class generic extends DatabaseUsers (Code)


Field Summary
protected  InsertmAddRole
    
protected  InsertmAddRoleLink
    
protected  InsertmAddUserWithId
    
protected  DeletemClearUsers
    
protected  SelectmContainsRole
    
protected  SelectmContainsUser
    
protected  SelectmCountRoles
    
protected  SelectmCountUsers
    
protected  CreateSequencemCreateSequenceRole
    
protected  CreateTablemCreateTableRole
    
protected  CreateTablemCreateTableRoleLink
    
protected  CreateTablemCreateTableUser
    
protected  DropSequencemDropSequenceRole
    
protected  DropTablemDropTableRole
    
protected  DropTablemDropTableRoleLink
    
protected  DropTablemDropTableUser
    
protected  SelectmGetAttributes
    
protected  SelectmGetFreeUserId
    
protected  SelectmGetLogin
    
protected  SequenceValuemGetNewRoleId
    
protected  SelectmGetRoleId
    
protected  SelectmGetUserId
    
protected  SelectmGetUserRoles
    
protected  SelectmIsUserInRole
    
protected  SelectmListRoles
    
protected  SelectmListUserRoles
    
protected  SelectmListUsers
    
protected  SelectmListUsersInRole
    
protected  SelectmListUsersRanged
    
protected  DeletemRemoveRole
    
protected  DeletemRemoveRoleLinksByUserId
    
protected  DeletemRemoveUserByLogin
    
protected  DeletemRemoveUserByUserId
    
protected  UpdatemUpdateUser
    
protected  SelectmVerifyCredentialsNoRole
    
protected  SelectmVerifyCredentialsRole
    

Constructor Summary
public  generic(Datasource datasource)
    

Method Summary
public  DatabaseUsersaddRole(String role)
    
public  DatabaseUsersaddUser(String login, RoleUserAttributes attributes)
    
public  voidclearUsers()
    
public  booleancontainsRole(String role)
    
public  booleancontainsUser(String login)
    
public  longcountRoles()
    
public  longcountUsers()
    
public  RoleUserAttributesgetAttributes(String login)
    
public  StringgetLogin(long userId)
    
public  longgetUserId(String login)
    
public  booleaninstall()
    
public  booleanisUserInRole(long userId, String role)
    
public  booleanlistRoles(ListRoles processor)
    
public  booleanlistUserRoles(String login, ListRoles processor)
    
public  booleanlistUsers(ListUsers processor)
    
public  booleanlistUsers(ListUsers processor, int limit, int offset)
    
public  booleanlistUsersInRole(ListUsers processor, String role)
    
public  booleanremove()
    
public  booleanremoveRole(String name)
    
public  booleanremoveUser(String login)
    
public  booleanremoveUser(long userId)
    
public  booleanupdateUser(String login, RoleUserAttributes attributes)
    
public  longverifyCredentials(Credentials credentials)
    

Field Detail
mAddRole
protected Insert mAddRole(Code)



mAddRoleLink
protected Insert mAddRoleLink(Code)



mAddUserWithId
protected Insert mAddUserWithId(Code)



mClearUsers
protected Delete mClearUsers(Code)



mContainsRole
protected Select mContainsRole(Code)



mContainsUser
protected Select mContainsUser(Code)



mCountRoles
protected Select mCountRoles(Code)



mCountUsers
protected Select mCountUsers(Code)



mCreateSequenceRole
protected CreateSequence mCreateSequenceRole(Code)



mCreateTableRole
protected CreateTable mCreateTableRole(Code)



mCreateTableRoleLink
protected CreateTable mCreateTableRoleLink(Code)



mCreateTableUser
protected CreateTable mCreateTableUser(Code)



mDropSequenceRole
protected DropSequence mDropSequenceRole(Code)



mDropTableRole
protected DropTable mDropTableRole(Code)



mDropTableRoleLink
protected DropTable mDropTableRoleLink(Code)



mDropTableUser
protected DropTable mDropTableUser(Code)



mGetAttributes
protected Select mGetAttributes(Code)



mGetFreeUserId
protected Select mGetFreeUserId(Code)



mGetLogin
protected Select mGetLogin(Code)



mGetNewRoleId
protected SequenceValue mGetNewRoleId(Code)



mGetRoleId
protected Select mGetRoleId(Code)



mGetUserId
protected Select mGetUserId(Code)



mGetUserRoles
protected Select mGetUserRoles(Code)



mIsUserInRole
protected Select mIsUserInRole(Code)



mListRoles
protected Select mListRoles(Code)



mListUserRoles
protected Select mListUserRoles(Code)



mListUsers
protected Select mListUsers(Code)



mListUsersInRole
protected Select mListUsersInRole(Code)



mListUsersRanged
protected Select mListUsersRanged(Code)



mRemoveRole
protected Delete mRemoveRole(Code)



mRemoveRoleLinksByUserId
protected Delete mRemoveRoleLinksByUserId(Code)



mRemoveUserByLogin
protected Delete mRemoveUserByLogin(Code)



mRemoveUserByUserId
protected Delete mRemoveUserByUserId(Code)



mUpdateUser
protected Update mUpdateUser(Code)



mVerifyCredentialsNoRole
protected Select mVerifyCredentialsNoRole(Code)



mVerifyCredentialsRole
protected Select mVerifyCredentialsRole(Code)




Constructor Detail
generic
public generic(Datasource datasource)(Code)




Method Detail
addRole
public DatabaseUsers addRole(String role) throws CredentialsManagerException(Code)



addUser
public DatabaseUsers addUser(String login, RoleUserAttributes attributes) throws CredentialsManagerException(Code)



clearUsers
public void clearUsers() throws CredentialsManagerException(Code)



containsRole
public boolean containsRole(String role) throws CredentialsManagerException(Code)



containsUser
public boolean containsUser(String login) throws CredentialsManagerException(Code)



countRoles
public long countRoles() throws CredentialsManagerException(Code)



countUsers
public long countUsers() throws CredentialsManagerException(Code)



getAttributes
public RoleUserAttributes getAttributes(String login) throws CredentialsManagerException(Code)



getLogin
public String getLogin(long userId) throws CredentialsManagerException(Code)



getUserId
public long getUserId(String login) throws CredentialsManagerException(Code)



install
public boolean install() throws CredentialsManagerException(Code)



isUserInRole
public boolean isUserInRole(long userId, String role) throws CredentialsManagerException(Code)



listRoles
public boolean listRoles(ListRoles processor) throws CredentialsManagerException(Code)



listUserRoles
public boolean listUserRoles(String login, ListRoles processor) throws CredentialsManagerException(Code)



listUsers
public boolean listUsers(ListUsers processor) throws CredentialsManagerException(Code)



listUsers
public boolean listUsers(ListUsers processor, int limit, int offset) throws CredentialsManagerException(Code)



listUsersInRole
public boolean listUsersInRole(ListUsers processor, String role) throws CredentialsManagerException(Code)



remove
public boolean remove() throws CredentialsManagerException(Code)



removeRole
public boolean removeRole(String name) throws CredentialsManagerException(Code)



removeUser
public boolean removeUser(String login) throws CredentialsManagerException(Code)



removeUser
public boolean removeUser(long userId) throws CredentialsManagerException(Code)



updateUser
public boolean updateUser(String login, RoleUserAttributes attributes) throws CredentialsManagerException(Code)



verifyCredentials
public long verifyCredentials(Credentials credentials) throws CredentialsManagerException(Code)



Fields inherited from com.uwyn.rife.authentication.credentialsmanagers.DatabaseUsers
protected StringEncryptor mPasswordEncryptor(Code)(Java Doc)

Methods inherited from com.uwyn.rife.authentication.credentialsmanagers.DatabaseUsers
protected void _addRole(SequenceValue getRoleId, Insert addRole, String role) throws CredentialsManagerException(Code)(Java Doc)
protected void _addUser(Insert addUserWithId, Select getFreeUserId, Select getRoleId, Insert addRoleLink, String login, RoleUserAttributes attributes) throws CredentialsManagerException(Code)(Java Doc)
protected void _clearUsers(Delete clearUsers) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _containsRole(Select containsRole, String role) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _containsUser(Select containsUser, String login) throws CredentialsManagerException(Code)(Java Doc)
protected long _countRoles(Select countRoles) throws CredentialsManagerException(Code)(Java Doc)
protected long _countUsers(Select countUsers) throws CredentialsManagerException(Code)(Java Doc)
protected RoleUserAttributes _getAttributes(Select getAttributes, Select getUserRoles, String login) throws CredentialsManagerException(Code)(Java Doc)
protected String _getLogin(Select getLogin, long userId) throws CredentialsManagerException(Code)(Java Doc)
protected long _getUserId(Select getUserId, String login) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _install(CreateSequence createSequenceRole, CreateTable createTableRole, CreateTable createTableUser, CreateTable createTableRoleLink) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _isUserInRole(Select isUserInRole, long userId, String role) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _listRoles(Select listRolesQuery, ListRoles processor) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _listUserRoles(Select listUserRolesQuery, String login, ListRoles processor) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _listUsers(Select listUsersQuery, ListUsers processor) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _listUsers(Select listUsersRangedQuery, ListUsers processor, int limit, int offset) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _listUsersInRole(Select listUsersInRole, ListUsers processor, String role) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _remove(DropSequence dropSequenceRole, DropTable dropTableRole, DropTable dropTableUser, DropTable dropTableRoleLink) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _removeRole(Delete removeRole, String name) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _removeUser(Delete removeUserByLogin, String login) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _removeUser(Delete removeUserByUserId, long userId) throws CredentialsManagerException(Code)(Java Doc)
protected boolean _updateUser(Update updateUser, Delete removeRoleLinksByUser, Select getRoleId, Insert addRoleLink, String login, RoleUserAttributes attributes) throws CredentialsManagerException(Code)(Java Doc)
protected long _verifyCredentials(Select verifyCredentialsNoRole, Select verifyCredentialsRole, Credentials credentials) throws CredentialsManagerException(Code)(Java Doc)
public StringEncryptor getPasswordEncryptor()(Code)(Java Doc)
abstract public boolean install() throws CredentialsManagerException(Code)(Java Doc)
abstract public boolean remove() throws CredentialsManagerException(Code)(Java Doc)
public void setPasswordEncryptor(StringEncryptor passwordEncryptor)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.