public class NullPasswordProvider extends Object implements IPasswordProvider
IPasswordProvider for example to use in a batch environment.| Constructor and Description |
|---|
NullPasswordProvider() |
public char[] getPassword()
IPasswordProviderYou should be prepared that requesting the password twice will return an empty array or null, as the provider may null out the object for security reasons.
getPassword in interface IPasswordProviderCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.