Package | Description |
---|---|
org.eclipse.jetty.jaas.spi |
Jetty Jaas : Various Jaas Implementations for Jetty
|
org.eclipse.jetty.plus.security |
Jetty Plus : Limited JEE Security Support
|
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 |
---|
JDBCUserInfo(java.lang.String userName,
Credential credential) |
LDAPUserInfo(java.lang.String userName,
Credential credential,
javax.naming.directory.Attributes attributes) |
UserInfo(java.lang.String userName,
Credential credential) |
UserInfo(java.lang.String userName,
Credential credential,
java.util.List<java.lang.String> roleNames) |
Constructor and Description |
---|
DBUserPrincipal(java.lang.String name,
Credential credential,
int key) |
Modifier and Type | Method and Description |
---|---|
void |
UserStore.addUser(java.lang.String username,
Credential credential,
java.lang.String[] roles) |
boolean |
AbstractLoginService.UserPrincipal.authenticate(Credential c) |
void |
PropertyUserStore.UserListener.update(java.lang.String username,
Credential credential,
java.lang.String[] roleArray) |
Constructor and Description |
---|
JDBCUserPrincipal(java.lang.String name,
Credential credential,
int key) |
UserPrincipal(java.lang.String name,
Credential credential) |
Modifier and Type | Method and Description |
---|---|
Credential |
CredentialValidationCallback.getCredential() |
Constructor and Description |
---|
CredentialValidationCallback(javax.security.auth.Subject subject,
java.lang.String userName,
Credential credential) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseAuthModule.login(javax.security.auth.Subject clientSubject,
java.lang.String username,
Credential credential,
java.lang.String authMethod,
javax.security.auth.message.MessageInfo messageInfo) |
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 |
---|---|
Credential |
CredentialProvider.getCredential(java.lang.String credential)
Get a credential from a String
|
static Credential |
Credential.getCredential(java.lang.String credential)
Get a credential from a String.
|
Copyright © 1995–2023 Webtide. All rights reserved.