| java.lang.Object org.apache.geronimo.openejb.OpenejbRemoteLoginModule
OpenejbRemoteLoginModule | public class OpenejbRemoteLoginModule implements LoginModule(Code) | | OpenejbRemoteLoginModule uses the openejb protocol to communicate with the server to be used for ejbs and try to
login on that server. If login succeeds an identity token is added to the private credentials of the Subject
that can be used on further calls to identify the client. Note this should only be used on secure networks or
with secured communication with openejb, as sniffing the identity token gives you all the permissions of the user you
sniffed.
This login module checks security credentials so the lifecycle methods must return true to indicate success
or throw LoginException to indicate failure.
version: $Rev: 616465 $ $Date: 2008-01-29 10:27:49 -0800 (Tue, 29 Jan 2008) $ |
|
|