| Package | Description |
|---|---|
| com.sun.enterprise.security | |
| com.sun.enterprise.security.auth.login | |
| com.sun.enterprise.security.ee.auth.login | |
| com.sun.enterprise.security.ssl |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginContext.login(String username,
byte[] authData)
This method has been provided to satisfy the CTS Porting Package
requirement for logging in a certificate
|
void |
LoginContext.login(String user,
String pass)
Login method to login username and password
|
| Modifier and Type | Method and Description |
|---|---|
static Subject |
LoginContextDriver.doClientLogin(int type,
CallbackHandler jaasHandler)
Perform login on the client side.
|
static void |
LoginContextDriver.doClientLogout()
Perform logout on the client side.
|
static void |
LoginContextDriver.doX500Login(Subject s,
String appModuleID)
A special case login for X500Name credentials.
|
static Subject |
LoginContextDriver.jmacLogin(Subject subject,
String username,
char[] password,
String realmName)
Performs login for JMAC security.
|
static Subject |
LoginContextDriver.jmacLogin(Subject subject,
String identityAssertion,
String realm) |
static Subject |
LoginContextDriver.jmacLogin(Subject subject,
X500Principal x500Principal) |
static void |
LoginContextDriver.login(Subject subject,
Class cls)
This method performs the login on the server side.
|
static void |
LoginContextDriver.loginPrincipal(String username,
String realmName)
This method is used for logging in a run As principal.
|
static void |
LoginContextDriver.logout()
This method logs out the user by clearing the security context.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JDBCLoginModule.authenticate()
Perform JDBC authentication.
|
| Modifier and Type | Method and Description |
|---|---|
static Subject |
J2EEKeyManager.doClientLogin(int type,
CallbackHandler jaasHandler)
Perform login on the client side.
|
Copyright © 2017. All rights reserved.