com.ibm.itim.apps.jaas.callback
Class PlatformCallback

java.lang.Object
  extended by com.ibm.itim.apps.jaas.callback.PlatformCallback
All Implemented Interfaces:
javax.security.auth.callback.Callback

public class PlatformCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback

JAAS authentication callback for the platform context for the LoginModule to to communicate to the platform with. This callback does not have to be handled if the platform context properties were set in the security file read by the LoginModule.


Constructor Summary
PlatformCallback()
          Default constructor of the callback.
 
Method Summary
 PlatformContext getContext()
          Returns the platform context.
 void setContext(PlatformContext context)
          Changes the platform context to use.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformCallback

public PlatformCallback()
Default constructor of the callback.

Method Detail

getContext

public PlatformContext getContext()
Returns the platform context.

Returns:
ID of the tenant.

setContext

public void setContext(PlatformContext context)
Changes the platform context to use.

Parameters:
context - PlatformContext.


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.