org.alfresco.repo.deploy
Class DeploymentReceiverAuthenticatorAuthenticationService
java.lang.Object
org.alfresco.repo.deploy.DeploymentReceiverAuthenticatorAuthenticationService
- All Implemented Interfaces:
- org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticator
public class DeploymentReceiverAuthenticatorAuthenticationService
- extends java.lang.Object
- implements org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticator
This authenticator uses the Authentication Service to authenticate against the repository.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentReceiverAuthenticatorAuthenticationService
public DeploymentReceiverAuthenticatorAuthenticationService()
init
public void init()
logon
public boolean logon(java.lang.String user,
char[] password)
- Are the user and password valid for this deployment receiver?
- Specified by:
logon
in interface org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticator
- Parameters:
user
- password
-
- Returns:
- true, yes - go ahead.
setAuthenticationService
public void setAuthenticationService(AuthenticationService authenticationService)
getAuthenticationService
public AuthenticationService getAuthenticationService()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.