|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.plugin.pwstore.jms.JMSPasswordStore
public class JMSPasswordStore
Field Summary | |
---|---|
static String |
DEFAULT_PASSWORD_QUEUE
|
static String |
PROP_ENCRYPT
|
static String |
PROP_ENCRYPT_KEY_STORE_CERTIFICATE
|
static String |
PROP_ENCRYPT_KEY_STORE_FILE_PASSWORD
|
static String |
PROP_ENCRYPT_KEY_STORE_FILE_PATH
|
static String |
PROP_JMS_CLIENT_ID
|
static String |
PROP_JMS_DRIVER
|
static String |
PROP_JMS_PASSWORD
|
static String |
PROP_JMS_USER
|
static String |
PROP_PKCS7
|
static String |
PROP_PKCS7_JKS_FILE_PASSWORD
|
static String |
PROP_PKCS7_JKS_FILE_PATH
|
static String |
PROP_PKCS7_MQE_CONNECTOR_CERTIFICATE
|
static String |
PROP_PKCS7_MQE_STORE_CERTIFICATE
|
Constructor Summary | |
---|---|
JMSPasswordStore()
|
Method Summary | |
---|---|
boolean |
addPasswordValues(String id,
Vector passwords)
Deprecated. |
boolean |
deletePasswordValues(String id,
Vector passwords)
Deprecated. |
static boolean |
getBooleanProperty(String propName)
|
static String |
getRequiredProperty(String propName)
|
void |
initialize(Object aObj)
This method initializes the password store. |
boolean |
isAvailable(PasswordChange change)
This method check the password store availability, |
boolean |
readyToSync(String id)
Deprecated. |
boolean |
readyToSync(String id,
Vector passwords)
Deprecated. |
boolean |
setExtendedData(PasswordChange change)
JMS Password Store ignores extended data. |
boolean |
setExtendedData(String id,
String extendedData)
Deprecated. |
boolean |
store(PasswordChange change)
This method stores password change in the password store. |
boolean |
syncPassword(String id,
Vector passwords)
Deprecated. |
void |
terminate()
This method cleans any reserved resources such as files, connections etc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_PASSWORD_QUEUE
public static final String PROP_JMS_DRIVER
public static final String PROP_ENCRYPT
public static final String PROP_ENCRYPT_KEY_STORE_FILE_PASSWORD
public static final String PROP_ENCRYPT_KEY_STORE_FILE_PATH
public static final String PROP_ENCRYPT_KEY_STORE_CERTIFICATE
public static final String PROP_PKCS7
public static final String PROP_PKCS7_JKS_FILE_PATH
public static final String PROP_PKCS7_JKS_FILE_PASSWORD
public static final String PROP_PKCS7_MQE_STORE_CERTIFICATE
public static final String PROP_PKCS7_MQE_CONNECTOR_CERTIFICATE
public static final String PROP_JMS_CLIENT_ID
public static final String PROP_JMS_USER
public static final String PROP_JMS_PASSWORD
Constructor Detail |
---|
public JMSPasswordStore()
Method Detail |
---|
@Deprecated public boolean readyToSync(String id)
readyToSync
in interface IPasswordSynchronizer
@Deprecated public boolean readyToSync(String id, Vector passwords)
readyToSync
in interface IPasswordSynchronizer
@Deprecated public boolean syncPassword(String id, Vector passwords)
syncPassword
in interface IPasswordSynchronizer
@Deprecated public boolean addPasswordValues(String id, Vector passwords)
addPasswordValues
in interface IPasswordSynchronizer
@Deprecated public boolean deletePasswordValues(String id, Vector passwords)
deletePasswordValues
in interface IPasswordSynchronizer
@Deprecated public boolean setExtendedData(String id, String extendedData)
setExtendedData
in interface IPasswordSynchronizer
public void initialize(Object aObj) throws Exception
initialize
in interface IPasswordSynchronizer
initialize
in interface PasswordStore
aObj
- object of type PWSyncLog
used for logging
Exception
public boolean isAvailable(PasswordChange change)
isAvailable
in interface PasswordStore
change
- object describing the password change
true
if password store is available;
false
otherwisepublic boolean store(PasswordChange change)
store
in interface PasswordStore
change
- object describing the password change
true
if the operation is successful;
false
otherwisepublic void terminate()
terminate
in interface IPasswordSynchronizer
terminate
in interface PasswordStore
public static String getRequiredProperty(String propName) throws Exception
Exception
public static boolean getBooleanProperty(String propName)
public boolean setExtendedData(PasswordChange change)
setExtendedData
in interface PasswordStore
change
- object describing the password change
true
if the operation is successful;
false
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |