Uses of Class
org.restlet.engine.security.AuthenticatorHelper
-
Packages that use AuthenticatorHelper Package Description org.restlet.engine Implementation of Restlet API.org.restlet.engine.security Supports security.org.restlet.ext.crypto.internal -
-
Uses of AuthenticatorHelper in org.restlet.engine
Fields in org.restlet.engine with type parameters of type AuthenticatorHelper Modifier and Type Field Description private java.util.List<AuthenticatorHelper>Engine. registeredAuthenticatorsList of available authenticator helpers.Methods in org.restlet.engine that return AuthenticatorHelper Modifier and Type Method Description AuthenticatorHelperEngine. findHelper(ChallengeScheme challengeScheme, boolean clientSide, boolean serverSide)Finds the authenticator helper supporting the given scheme.Methods in org.restlet.engine that return types with arguments of type AuthenticatorHelper Modifier and Type Method Description java.util.List<AuthenticatorHelper>Engine. getRegisteredAuthenticators()Returns the list of available authentication helpers.Method parameters in org.restlet.engine with type arguments of type AuthenticatorHelper Modifier and Type Method Description voidEngine. setRegisteredAuthenticators(java.util.List<AuthenticatorHelper> registeredAuthenticators)Sets the list of available authentication helpers. -
Uses of AuthenticatorHelper in org.restlet.engine.security
Subclasses of AuthenticatorHelper in org.restlet.engine.security Modifier and Type Class Description classHttpBasicHelperImplements the HTTP BASIC authentication.classSmtpPlainHelperImplements the SMTP PLAIN authentication. -
Uses of AuthenticatorHelper in org.restlet.ext.crypto.internal
Subclasses of AuthenticatorHelper in org.restlet.ext.crypto.internal Modifier and Type Class Description classHttpAwsQueryHelperImplements the HTTP authentication for the Amazon Web Services.classHttpAwsS3HelperImplements the HTTP authentication for the Amazon S3 service.classHttpAzureSharedKeyHelperImplements the Shared Key authentication for Azure services.classHttpAzureSharedKeyLiteHelperImplements the Shared Key Lite authentication for Azure services.classHttpDigestHelperImplements the HTTP DIGEST authentication.
-