Package org.eclipse.jetty.util.security
Interface CredentialProvider
-
@Deprecated(since="2021-05-27") public interface CredentialProvider
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Provider of credentials, it converts a String into a credential if it starts with a given prefix
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Credential
getCredential(String credential)
Deprecated.Get a credential from a StringString
getPrefix()
Deprecated.Get the prefix of the credential strings convertible into credentials
-
-
-
Method Detail
-
getCredential
Credential getCredential(String credential)
Deprecated.Get a credential from a String- Parameters:
credential
- String representation of the credential- Returns:
- A Credential or Password instance.
-
getPrefix
String getPrefix()
Deprecated.Get the prefix of the credential strings convertible into credentials- Returns:
- prefix of the credential strings convertible into credentials
-
-