BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.security.auth
Class Authenticate

java.lang.Object
  |
  +--weblogic.security.auth.Authenticate

public class Authenticate
extends java.lang.Object

Authenticate.

Author:
Copyright (c) 2000 by BEA. All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Authenticate()
           
 
Method Summary
static void authenticate(Environment env, javax.security.auth.Subject subject)
          Execute WLS client login using supplied environment parameters, add authenticated user to subject
static void logout(javax.security.auth.Subject subject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticate

public Authenticate()
Method Detail

authenticate

public static void authenticate(Environment env,
                                javax.security.auth.Subject subject)
                         throws javax.security.auth.login.LoginException,
                                java.io.IOException,
                                java.rmi.RemoteException
Execute WLS client login using supplied environment parameters, add authenticated user to subject

logout

public static void logout(javax.security.auth.Subject subject)
                   throws javax.security.auth.login.LoginException,
                          java.io.IOException,
                          java.rmi.RemoteException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.