FileDocCategorySizeDatePackage
LoginDriver.javaAPI DocGlassfish v2 API2463Fri May 04 22:33:54 BST 2007com.sun.enterprise.admin.server.core.jmx.auth

LoginDriver

public interface LoginDriver
Login driver for JMX remote connections.

Fields Summary
Constructors Summary
Methods Summary
public javax.security.auth.Subjectlogin(java.lang.String user, java.lang.String password, java.lang.String realm)
Login using the specified user, password to the realm. If login fails, the method throws SecurityException.

param
user the remote user
param
password the password for remote user
param
realm the realm to authenticate against