| Modifier and Type | Method and Description |
|---|---|
protected Credential |
UserInfo.getCredential() |
| Constructor and Description |
|---|
UserInfo(String userName,
Credential credential,
List<String> roleNames) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentity |
MappedLoginService.putUser(String userName,
Credential credential,
String[] roles)
Put user into realm.
|
void |
PropertyUserStore.UserListener.update(String username,
Credential credential,
String[] roleArray) |
void |
HashLoginService.update(String userName,
Credential credential,
String[] roleArray) |
| Constructor and Description |
|---|
MappedLoginService.KnownUser(String name,
Credential credential) |
| Modifier and Type | Method and Description |
|---|---|
Credential |
CredentialValidationCallback.getCredential() |
| Constructor and Description |
|---|
CredentialValidationCallback(Subject subject,
String userName,
Credential credential) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BaseAuthModule.login(Subject clientSubject,
String username,
Credential credential,
String authMethod,
javax.security.auth.message.MessageInfo messageInfo)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Credential.Crypt
Unix Crypt Credentials
|
static class |
Credential.MD5
MD5 Credentials
|
class |
Password
Password utility class.
|
| Modifier and Type | Method and Description |
|---|---|
static Credential |
Credential.getCredential(String credential)
Get a credential from a String.
|
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.