|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.apps.jaas.callback.TenantCallback
JAAS authentication callback for the tenant ID of the authenticating user. This callback does not have to be handled if authenticating to a single-tenant deployment. The ID can also be set to the empty string in a single-tenant deployment.
Constructor Summary | |
---|---|
TenantCallback()
Default constructor of the callback. |
Method Summary | |
---|---|
java.lang.String |
getID()
Returns the ID of the tenant. |
void |
setID(java.lang.String id)
Changes the ID of the tenant. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TenantCallback()
Method Detail |
public java.lang.String getID()
public void setID(java.lang.String id)
id
- ID of the tenant.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |