|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.authenticate.NullPasswordProvider
public class NullPasswordProvider
A dummy IPasswordProvider
for example to use in a batch environment.
Constructor Summary | |
---|---|
NullPasswordProvider()
|
Method Summary | |
---|---|
char[] |
getPassword()
Returns a password or null to indicate cancellation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullPasswordProvider()
Method Detail |
---|
public char[] getPassword()
IPasswordProvider
You 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 IPasswordProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |