public class DeploymentReceiverAuthenticatorAuthenticationService
extends java.lang.Object
implements org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticator
Constructor and Description |
---|
DeploymentReceiverAuthenticatorAuthenticationService() |
Modifier and Type | Method and Description |
---|---|
AuthenticationService |
getAuthenticationService() |
void |
init() |
boolean |
logon(java.lang.String user,
char[] password)
Are the user and password valid for this deployment receiver?
|
void |
setAuthenticationService(AuthenticationService authenticationService) |
public DeploymentReceiverAuthenticatorAuthenticationService()
public void init()
public boolean logon(java.lang.String user, char[] password)
logon
in interface org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticator
user
- password
- public void setAuthenticationService(AuthenticationService authenticationService)
public AuthenticationService getAuthenticationService()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.