| Package | Description |
|---|---|
| com.sun.enterprise.security.auth | |
| com.sun.enterprise.security.auth.login |
This package contains the LoginModules uses by Payara for its native identity stores.
|
| com.sun.enterprise.security.ssl |
| Modifier and Type | Method and Description |
|---|---|
static Subject |
JaspicToJaasBridge.addRealmGroupsToSubject(Subject subject,
String callerPrincipalName,
String realmName) |
static Subject |
JaspicToJaasBridge.jaasX500Login(Subject subject,
X500Principal x500Principal) |
static Subject |
JaspicToJaasBridge.validateUsernamePasswordByJaas(Subject subject,
String username,
char[] password,
String realm)
Performs username/password login validation against a configured JAAS context and realm for JASPIC security.
|
| Modifier and Type | Method and Description |
|---|---|
static Subject |
LoginContextDriver.doClientLogin(int type,
CallbackHandler handler)
Perform "login" on the client side.
|
static void |
LoginContextDriver.doClientLogout()
Perform logout on the client side.
|
| Modifier and Type | Method and Description |
|---|---|
static Subject |
J2EEKeyManager.doClientLogin(int type,
CallbackHandler jaasHandler)
Perform login on the client side.
|
Copyright © 2019. All rights reserved.