| Package | Description |
|---|---|
| com.sun.enterprise.security.appclient | |
| com.sun.enterprise.security.appclient.integration | |
| org.glassfish.appclient.client.acc |
| Modifier and Type | Method and Description |
|---|---|
Subject |
AppClientSecurityInfoImpl.doClientLogin(AppClientSecurityInfo.CredentialType credType) |
int |
AppClientSecurityInfoImpl.getCredentialEncoding(AppClientSecurityInfo.CredentialType type) |
void |
AppClientSecurityInfoImpl.initializeSecurity(List<org.glassfish.appclient.client.acc.config.TargetServer> tServers,
List<org.glassfish.appclient.client.acc.config.MessageSecurityConfig> configs,
CallbackHandler handler,
AppClientSecurityInfo.CredentialType credType,
String username,
char[] password,
boolean isJWS,
boolean useGUIAuth) |
| Modifier and Type | Method and Description |
|---|---|
static AppClientSecurityInfo.CredentialType |
AppClientSecurityInfo.CredentialType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppClientSecurityInfo.CredentialType[] |
AppClientSecurityInfo.CredentialType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Subject |
AppClientSecurityInfo.doClientLogin(AppClientSecurityInfo.CredentialType credType)
Do a client login using the CredentialType
|
int |
AppClientSecurityInfo.getCredentialEncoding(AppClientSecurityInfo.CredentialType type) |
void |
AppClientSecurityInfo.initializeSecurity(List<org.glassfish.appclient.client.acc.config.TargetServer> tServers,
List<org.glassfish.appclient.client.acc.config.MessageSecurityConfig> msgSecConfigs,
CallbackHandler handler,
AppClientSecurityInfo.CredentialType appclientCredType,
String username,
char[] password,
boolean isJWS,
boolean useGUIAuth)
Initialize Security Runtime for the AppContainerr (Stores, SecurityManager, JSR 196 etc)
|
| Constructor and Description |
|---|
HttpAuthenticator(AppClientSecurityInfo secInfo,
AppClientSecurityInfo.CredentialType loginType)
Create the authenticator.
|
Copyright © 2019. All rights reserved.