|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticatorHelper | |
|---|---|
| org.restlet.engine | Implementation of Restlet API. |
| org.restlet.engine.security | Supports security. |
| Uses of AuthenticatorHelper in org.restlet.engine |
|---|
| Methods in org.restlet.engine that return AuthenticatorHelper | |
|---|---|
AuthenticatorHelper |
Engine.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 | |
|---|---|
List<AuthenticatorHelper> |
Engine.getRegisteredAuthenticators()
Returns the list of available authentication helpers. |
| Method parameters in org.restlet.engine with type arguments of type AuthenticatorHelper | |
|---|---|
void |
Engine.setRegisteredAuthenticators(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 | |
|---|---|
class |
HttpBasicHelper
Implements the HTTP BASIC authentication. |
class |
SmtpPlainHelper
Implements the SMTP PLAIN authentication. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||