BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.auth
Class Authenticate

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

public final class Authenticate
extends java.lang.Object

Authenticate a user and add Principals to the Subject.

Author:
Copyright © 2002 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/docs81b