Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
{{AVMWarning}}
The deployment receiver authenticator provides authentication services for the Deployment Receiver Engine and all of the deployment targets (AVM Deployment Target, DM Deployment Target, and File System Deployment Target.) In general, the Deployment Receiver Engine only uses authentication information to authorize a remote shutdown, but the individual deployment targets use it to authorize a deployment.
Alfresco packages two implementations of a deployment receiver authenticator. The simple authenticator is configured with a single username and password when the server is set up. The alternative implementation (which cannot be used in stand alone mode) passes the username and password to the Alfresco authentication service, allowing any recognized user to successfully authenticate.
The two implementations of DeploymentReceiverAuthenticator are initialized differently. Configuration details for each implementation are provided below.
This implementation pertains to the implementation in org.alfresco.deployment.impl.server.DeploymentReceiverAuthenticatorSimple.
Property | Type | Description |
---|---|---|
user | String | Name of the only user who can successfully authenticate |
password | String | user must provide this password to successfully authenticate. |
This information pertains to the implementation in org.alfresco.repo.deploy.DeploymentReceiverAuthenticatorAuthenticationService. This implementation is only useful when running within a fully configured Alfresco instance.
Property | Type | Description |
---|---|---|
authenticationService | bean reference | The only useful value is AuthenticationService. |