fr.cnes.sitools.security
Class PGSQLUsersAndGroupsStoreResource

java.lang.Object
  extended by fr.cnes.sitools.security.JDBCUsersAndGroupsStoreResource
      extended by fr.cnes.sitools.security.PGSQLUsersAndGroupsStoreResource

public class PGSQLUsersAndGroupsStoreResource
extends JDBCUsersAndGroupsStoreResource

SQL Resources for postgresql

Author:
jp.boignard (AKKA Technologies)

Field Summary
 
Fields inherited from class fr.cnes.sitools.security.JDBCUsersAndGroupsStoreResource
CREATE_GROUP, CREATE_GROUPUSERS, CREATE_USER, CREATE_USER_PROPERTY, DELETE_GROUP, DELETE_GROUPUSERS, DELETE_USER, DELETE_USER_PROPERTY, SELECT_GROUP_BY_ID, SELECT_GROUPS, SELECT_GROUPS_BY_USER, SELECT_USER_BY_ID, SELECT_USER_PROPERTY, SELECT_USERS, SELECT_USERS_BY_GROUP, UPDATE_GROUP, UPDATE_USER_WITH_PW, UPDATE_USER_WITHOUT_PW
 
Constructor Summary
PGSQLUsersAndGroupsStoreResource()
          Constructor
PGSQLUsersAndGroupsStoreResource(SitoolsSQLDataSource datasource)
          A constructor with a datasource parameter to check that the schema defined exists
 
Method Summary
static void initializeMessages(java.lang.String bundleName, JDBCUsersAndGroupsStoreResource properties)
          initializeMessages reading the resource bundle file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGSQLUsersAndGroupsStoreResource

public PGSQLUsersAndGroupsStoreResource()
Constructor


PGSQLUsersAndGroupsStoreResource

public PGSQLUsersAndGroupsStoreResource(SitoolsSQLDataSource datasource)
                                 throws SitoolsException
A constructor with a datasource parameter to check that the schema defined exists

Parameters:
datasource - the datasource
Throws:
SitoolsException - if there are some errors
Method Detail

initializeMessages

public static void initializeMessages(java.lang.String bundleName,
                                      JDBCUsersAndGroupsStoreResource properties)
initializeMessages reading the resource bundle file

Parameters:
bundleName - resource bundle name
properties - Class name to be reflected


Copyright © 2010-2013 CNES. All Rights Reserved.