|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to retrieve provisioning platform context information, such as a directory naming context for retrieving directory entries. This interface is used for asynchronous communication and event notification by protocol implementers wishing to call back into the TIM system.
An instance of a class implementing this interface should be obtained from the class InitialPlatformContext. A protocol implementer should obtain an instance of a class implementing this interface and then use it to complete processing of the asynchronous request or unsolicited event.
Notifier
,
DirContext
,
InitialPlatformContext
Method Summary | |
---|---|
javax.naming.directory.DirContext |
getDirectoryContext()
Deprecated. See UnsolicitedNotificationHandler.findService(). |
Notifier |
getNotifier()
Retrieves a new Notifier for notifying the platform or request responses. |
UnsolicitedEventProcessor |
getUnsolicitedEventProcessor()
Retrieves a new UnsolicitedEventProcessor for processing unsolicited notification request. |
void |
setSubject(javax.security.auth.Subject subject)
After authenticating with a loginContext the client should set the subject to allow for authentication. |
Method Detail |
public Notifier getNotifier() throws RemoteServicesException
RemoteServicesException
- on errorpublic UnsolicitedEventProcessor getUnsolicitedEventProcessor() throws RemoteServicesException
RemoteServicesException
- on errorpublic javax.naming.directory.DirContext getDirectoryContext() throws javax.naming.NamingException
javax.naming.NamingException
- thrown if unable to create the DirContext.public void setSubject(javax.security.auth.Subject subject)
subject
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |