BEA Systems, Inc.


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 (c) 2002 by BEA. 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/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference