Class LoginContext

  • All Implemented Interfaces:
    LoginContext

    public class LoginContext
    extends Object
    implements LoginContext
    This class is pulled out from JDK1.4. Removed doPrivileged() on invoke() method so that Error and Runtime exceptions can be passed back to the caller. Otherwise any exception is converted to LoginException.