|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.apps.jaas.callback.PropertiesCallback
public class PropertiesCallback
JAAS authentication callback for additional properties of the authenticating user. This callback can be used to pass additional properties for the case of single-signon where these properties can be read by the custom authentication provider.
| Constructor Summary | |
|---|---|
PropertiesCallback()
Default constructor of the callback. |
|
| Method Summary | |
|---|---|
java.util.Hashtable |
getProperties()
Returns the Hashtable containing the custom properties. |
void |
setProperties(java.util.Hashtable properties)
Sets the Hashtable containing the custom properties. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesCallback()
| Method Detail |
|---|
public java.util.Hashtable getProperties()
public void setProperties(java.util.Hashtable properties)
Hashtable containing the custom properties.
properties - custom properties of the authenticating user.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||