public class BasicAuthentication extends java.lang.Object implements Authentication
Constructor and Description |
---|
BasicAuthentication(java.lang.String login,
java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
void |
addAuthentication(org.restlet.data.Request request) |
boolean |
isDeprecated()
A authentication may be available for a few time.
|
org.restlet.data.Response |
updateAuthenticationResult(ClientSession session,
org.restlet.data.Request request,
org.restlet.data.Response response) |
public BasicAuthentication(java.lang.String login, java.lang.String password)
public void addAuthentication(org.restlet.data.Request request)
addAuthentication
in interface Authentication
public org.restlet.data.Response updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
updateAuthenticationResult
in interface Authentication
public boolean isDeprecated()
Authentication
isDeprecated
in interface Authentication
Copyright © 2001-2021 Jalios SA. All Rights Reserved.