Uses of Class
org.eclipse.jetty.util.security.Credential
Package
Description
Jetty Jaspi : Callbacks
Jetty Jaspi : Authentication Modules
Jetty Plus : Limited JEE Security Support
Jetty Security : Modular Support for Security in Jetty
Jetty Util : Common Security Utilities
Jetty Util : Common SSL Utility Classes
-
Uses of Credential in org.eclipse.jetty.ee10.security.jaspi.callback
ModifierConstructorDescriptionCredentialValidationCallback
(Subject subject, String userName, Credential credential) -
Uses of Credential in org.eclipse.jetty.ee10.security.jaspi.modules
Modifier and TypeMethodDescriptionprotected boolean
BaseAuthModule.login
(Subject clientSubject, String username, Credential credential, String authenticationType, jakarta.security.auth.message.MessageInfo messageInfo) -
Uses of Credential in org.eclipse.jetty.plus.security
-
Uses of Credential in org.eclipse.jetty.security
Modifier and TypeMethodDescriptionvoid
UserStore.addUser
(String username, Credential credential, String[] roles) boolean
UserPrincipal.authenticate
(Credential c) void
PropertyUserStore.UserListener.update
(String username, Credential credential, String[] roleArray) ModifierConstructorDescriptionJDBCUserPrincipal
(String name, Credential credential, int key) protected
User
(String username, Credential credential, String[] roles) UserPrincipal
(String name, Credential credential) -
Uses of Credential in org.eclipse.jetty.util.security
Modifier and TypeClassDescriptionstatic class
Unix Crypt Credentialsstatic class
MD5 Credentialsclass
Password utility class.Modifier and TypeMethodDescriptionstatic Credential
Credential.getCredential
(String credential) Get a credential from a String.CredentialProvider.getCredential
(String credential) Get a credential from a String -
Uses of Credential in org.eclipse.jetty.util.ssl
Modifier and TypeMethodDescriptionprotected Credential
SslContextFactory.getCredential
(String realm) Returns the credential object for the given realm.SslContextFactory.newCredential
(String password) Creates a new Credential object.