|
|||||||||||
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.PlatformCallback
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 |
public PlatformCallback()
Method Detail |
public PlatformContext getContext()
public void setContext(PlatformContext context)
context
- PlatformContext.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |