Package rs.baselib.security
Class SimpleAuthorizationCallback
java.lang.Object
rs.baselib.security.AbstractAuthorizationCallback
rs.baselib.security.SimpleAuthorizationCallback
- All Implemented Interfaces:
AuthorizationCallback
- Direct Known Subclasses:
DefaultAuthorizationCallback
public class SimpleAuthorizationCallback extends AbstractAuthorizationCallback
A simple authorization callback to be used within programming.
- Author:
- ralph
-
Constructor Summary
Constructors Constructor Description SimpleAuthorizationCallback()Default Constructor.SimpleAuthorizationCallback(java.lang.String name, java.lang.String password)Constructor. -
Method Summary
Methods inherited from class rs.baselib.security.AbstractAuthorizationCallback
getName, getPassword, setName, setPassword
-
Constructor Details
-
SimpleAuthorizationCallback
public SimpleAuthorizationCallback()Default Constructor. -
SimpleAuthorizationCallback
public SimpleAuthorizationCallback(java.lang.String name, java.lang.String password)Constructor.- Parameters:
name- login namepassword- password
-