|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectUserStoreFactory
com.axeda.esrs.portal.user.ODBCUserStoreFactory
public abstract class ODBCUserStoreFactory
Created by IntelliJ IDEA. User: kholbrook Date: Apr 21, 2009 Time: 1:46:52 PM To change this template use File | Settings | File Templates.
| Constructor Summary | |
|---|---|
ODBCUserStoreFactory()
|
|
| Method Summary | |
|---|---|
AdminUserStore |
getAdminUserStore()
EMC SHOULD NOT OVERRIDE Added zero argument prototype that simply casts the outgoing UserStore as an ODBCUserStore which meets all requirements |
AdminUserStore |
getAdminUserStore(Context context)
Compatibility method prototype called by ServiceLink. |
AdminUserStore |
getAdminUserStore(Context context,
java.lang.String userName,
java.lang.String password)
Compatibility method prototype called by ServiceLink. |
ModifiableUserStore |
getModifiableUserStore()
EMC SHOULD NOT OVERRIDE Added zero argument prototype that simply casts the outgoing UserStore as an ODBCUserStore which meets all requirements. |
ModifiableUserStore |
getModifiableUserStore(java.lang.String userName,
java.lang.String password)
Compatibility method prototype called by ServiceLink. |
UserStore |
getUserStore()
EMC SHOULD OVERRIDE!!! This method should be overridden by the implementing class. |
void |
initialize()
This should be sufficient for an initializer, but if it is overridden a call to super.initialize() should be called |
boolean |
removeAdminUserStore(Context context)
* @return An instance of the ODBCUserStore which implements AdminUserStore |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ODBCUserStoreFactory()
| Method Detail |
|---|
public void initialize()
throws UserStoreFactoryException
UserStoreFactoryExceptionpublic UserStore getUserStore()
public ModifiableUserStore getModifiableUserStore()
throws UserStoreFactoryException
UserStoreFactoryException
public ModifiableUserStore getModifiableUserStore(java.lang.String userName,
java.lang.String password)
throws UserStoreFactoryException
userName - password -
UserStoreFactoryException
public AdminUserStore getAdminUserStore()
throws UserStoreFactoryException
UserStoreFactoryException
public AdminUserStore getAdminUserStore(Context context,
java.lang.String userName,
java.lang.String password)
throws UserStoreFactoryException
context - userName - password -
UserStoreFactoryException
public AdminUserStore getAdminUserStore(Context context)
throws UserStoreFactoryException
context -
UserStoreFactoryExceptionpublic boolean removeAdminUserStore(Context context)
context -
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||