Class DefaultPasswordCallback

java.lang.Object
rs.baselib.security.DefaultPasswordCallback
All Implemented Interfaces:
IConfigurable, IPasswordCallback

public class DefaultPasswordCallback
extends java.lang.Object
implements IPasswordCallback, IConfigurable
Returns the password given in configuration.
Author:
ralph
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultPasswordCallback()
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    void configure​(Configuration cfg)
    Configure using the given configuration
    char[] getPassword()
    Delivers the password.
    byte[] getSalt()
    Delivers the salt for encryption.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait