JavaScript is disabled on your browser.
java.lang.Object
com.ibm.itim.apps.jaas.callback.TenantCallback
All Implemented Interfaces:
javax.security.auth.callback.Callback
public class TenantCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
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
Constructors
Constructor and Description
TenantCallback ()
Default constructor of the callback.
Method Summary
Methods
Modifier and Type
Method and Description
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
Method Detail
setID
public void setID(java.lang.String id)
Changes the ID of the tenant. In a single-tenant deployment, the empty
string should be used.
Parameters: id - ID of the tenant.
IBM Security Identity Manager 6.0.0 © Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.