Package | Description |
---|---|
org.eclipse.jetty.jaas.spi |
Jetty Jaas : Various Jaas Implementations for Jetty
|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
org.eclipse.jetty.security.jaspi.callback |
Jetty Jaspi : Callbacks
|
org.eclipse.jetty.security.jaspi.modules |
Jetty Jaspi : Authentication Modules
|
org.eclipse.jetty.util.security |
Jetty Util : Common Security Utilities
|
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,
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 Webtide. All Rights Reserved.