public class PropertiesCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
| Constructor and Description |
|---|
PropertiesCallback()
Default constructor of the callback.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable |
getProperties()
Returns the Hashtable containing the custom properties.
|
void |
setProperties(java.util.Hashtable properties)
Sets the
Hashtable containing the custom properties. |
public PropertiesCallback()
public java.util.Hashtable getProperties()
public void setProperties(java.util.Hashtable properties)
Hashtable containing the custom properties.properties - custom properties of the authenticating user.