|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.security.auth.Authenticate
public final class Authenticate
Authenticate a user and add Principals to the Subject.
Constructor Summary | |
---|---|
Authenticate()
|
Method Summary | |
---|---|
static void |
authenticate(Environment env,
Subject subject)
Execute a WebLogic Server client login using the supplied environment parameters; will populate the Subject with the appropriate Principals. |
static void |
logout(Subject subject)
Remove Principals and credentials from the passed in Subject, effectively logging the user out. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Authenticate()
Method Detail |
---|
public static void authenticate(Environment env, Subject subject) throws LoginException, IOException, RemoteException
Execute a WebLogic Server client login using the supplied environment parameters; will populate the Subject with the appropriate Principals.
The authenticate() method is intended for use by fat clients to perform server-side authentication. Calling authenticate() via an RMI call from a client invokes server-side authentication, which then returns that Subject over RMI.
If you are writing a custom LoginModule that you want to interact with WebLogic Server authentication, this is the method to call from within that LoginModule.
LoginException
IOException
RemoteException
public static void logout(Subject subject) throws LoginException, IOException, RemoteException
Remove Principals and credentials from the passed in Subject, effectively logging the user out.
LoginException
IOException
RemoteException
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |