com.webobjects.jndiadaptor
Interface JNDIPlugIn.ChannelOperation
- Enclosing interface:
- JNDIPlugIn
- public static interface JNDIPlugIn.ChannelOperation
The ChannelOperation
interface encapsulates an operation
to be performed in the JNDIChannel.
performOperation
public Object performOperation()
- Performs an operation in a JNDIChannel.
In code that uses the Java Authentication and Authorization Service,
one can invoke performOperation on a ChannelOperation from the run
method of the class that implements java.security.PrivilegedAction.
In the JAAS model, one must write code for the privileged action.
- Returns:
- the result of the operation
- See Also:
JNDIChannel
,
PrivilegedAction
Copyright © 2004 Apple Computer, Inc.