Package | Description |
---|---|
org.alfresco.email.server | |
org.alfresco.filesys |
The Alfresco file system interface implementation
|
org.alfresco.filesys.auth.cifs |
Provides authentication implementations for CIFS
|
org.alfresco.filesys.auth.ftp | |
org.alfresco.filesys.auth.nfs | |
org.alfresco.module.vti.handler.alfresco | |
org.alfresco.repo.module | |
org.alfresco.repo.node.index | |
org.alfresco.repo.rule.ruletrigger | |
org.alfresco.repo.security.authentication | |
org.alfresco.repo.security.authentication.jaas | |
org.alfresco.repo.security.authentication.ldap | |
org.alfresco.repo.security.authentication.ntlm | |
org.alfresco.repo.security.authentication.subsystems | |
org.alfresco.repo.web.scripts.servlet | |
org.alfresco.repo.webdav.auth | |
org.alfresco.web.sharepoint.auth |
Modifier and Type | Method and Description |
---|---|
AuthenticationComponent |
EmailServer.getAuthenticationComponent() |
Modifier and Type | Method and Description |
---|---|
void |
EmailServer.setAuthenticationComponent(AuthenticationComponent authenticationComponent) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationComponent |
AbstractServerConfigurationBean.m_authenticationComponent |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationComponent |
AbstractServerConfigurationBean.getAuthenticationComponent()
Return the authentication component
|
AuthenticationComponent |
AlfrescoConfigSection.getAuthenticationComponent()
Return the authentication component
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractServerConfigurationBean.setAuthenticationComponent(AuthenticationComponent component)
Set the authentication component
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationComponent |
CifsAuthenticatorBase.getAuthenticationComponent()
Return the authentication component.
|
Modifier and Type | Method and Description |
---|---|
void |
CifsAuthenticatorBase.setAuthenticationComponent(AuthenticationComponent authenticationComponent)
Sets the authentication component.
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationComponent |
FTPAuthenticatorBase.getAuthenticationComponent()
Return the authentication componenet
|
Modifier and Type | Method and Description |
---|---|
void |
FTPAuthenticatorBase.setAuthenticationComponent(AuthenticationComponent authenticationComponent) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationComponent |
AlfrescoRpcAuthenticator.getAuthenticationComponent() |
Modifier and Type | Method and Description |
---|---|
void |
AlfrescoRpcAuthenticator.setAuthenticationComponent(AuthenticationComponent authenticationComponent) |
Modifier and Type | Method and Description |
---|---|
AuthenticationComponent |
AlfrescoMethodHandler.getAuthenticationComponent()
Get authentication component
|
Modifier and Type | Method and Description |
---|---|
void |
AlfrescoMethodHandler.setAuthenticationComponent(AuthenticationComponent authenticationComponent)
Set authentication component
|
void |
AlfrescoDwsServiceHandler.setAuthenticationComponent(AuthenticationComponent authenticationComponent)
Set authentication component
|
void |
VtiPathHelper.setAuthenticationComponent(AuthenticationComponent authenticationComponent)
Set authentication component
|
Modifier and Type | Field and Description |
---|---|
protected AuthenticationComponent |
AbstractModuleComponent.authenticationComponent |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModuleComponent.setAuthenticationComponent(AuthenticationComponent authenticationComponent) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractReindexComponent.setAuthenticationComponent(AuthenticationComponent authenticationComponent)
No longer required
|
Modifier and Type | Field and Description |
---|---|
protected AuthenticationComponent |
RuleTriggerAbstractBase.authenticationComponent |
Modifier and Type | Method and Description |
---|---|
void |
RuleTriggerAbstractBase.setAuthenticationComponent(AuthenticationComponent authenticationComponent)
Set the authenticationComponent
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationComponent
This class abstract the support required to set up and query the Acegi context for security enforcement.
|
class |
AbstractChainingAuthenticationComponent
A base class for chaining authentication components.
|
class |
AuthenticationComponentImpl |
class |
ChainingAuthenticationComponentImpl
A chaining authentication component is required for all the beans that wire up an authentication component and not an
authentication service.
|
class |
SimpleAcceptOrRejectAllAuthenticationComponentImpl
This implementation of an AuthenticationComponent can be configured to accept or reject all attempts to login.
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationComponent |
ChainingAuthenticationComponentImpl.getAuthenticationComponent(String name) |
protected abstract AuthenticationComponent |
AbstractChainingAuthenticationComponent.getAuthenticationComponent(String name)
Get the authentication component with the specified name
|
AuthenticationComponent |
ChainingAuthenticationComponentImpl.getMutableAuthenticationComponent()
Get the authentication service thta must be at the top of the list (this may be null)
|
Modifier and Type | Method and Description |
---|---|
List<AuthenticationComponent> |
ChainingAuthenticationComponentImpl.getAuthenticationComponents()
Get the authentication components
|
protected Collection<AuthenticationComponent> |
ChainingAuthenticationComponentImpl.getUsableAuthenticationComponents()
Helper to get authentication components
|
protected abstract Collection<AuthenticationComponent> |
AbstractChainingAuthenticationComponent.getUsableAuthenticationComponents()
Gets the authentication components across which methods will chain.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationServiceImpl.setAuthenticationComponent(AuthenticationComponent authenticationComponent) |
void |
ChainingAuthenticationComponentImpl.setMutableAuthenticationComponent(AuthenticationComponent mutableAuthenticationComponent)
Set the authentication component at the top of the list.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainingAuthenticationComponentImpl.setAuthenticationComponents(List<AuthenticationComponent> authenticationComponents)
Set a list of authentication components
|
Modifier and Type | Class and Description |
---|---|
class |
JAASAuthenticationComponent
JAAS based authentication
The user name and password are picked up from login.
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPAuthenticationComponentImpl
Authenticates a user by LDAP.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NLTMAuthenticator
An specialized
AuthenticationComponent that is capable of handling NTLM authentication directly, either by
'passing through' to a domain server or by validating an MD4 hashed password. |
Modifier and Type | Class and Description |
---|---|
class |
NTLMAuthenticationComponentImpl
NTLM Authentication Component Class
|
Modifier and Type | Class and Description |
---|---|
class |
SubsystemChainingAuthenticationComponent
An authentication component that chains across beans in multiple child application contexts corresponding to
different 'subsystems' in a chain determined by a
ChildApplicationContextManager . |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationComponent |
SubsystemChainingAuthenticationComponent.getAuthenticationComponent(String instanceId) |
Modifier and Type | Method and Description |
---|---|
protected Collection<AuthenticationComponent> |
SubsystemChainingAuthenticationComponent.getUsableAuthenticationComponents() |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationComponent |
RemoteUserAuthenticatorFactory.authenticationComponent |
Modifier and Type | Method and Description |
---|---|
void |
RemoteUserAuthenticatorFactory.setAuthenticationComponent(AuthenticationComponent authenticationComponent) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationComponent |
BaseAuthenticationFilter.authenticationComponent
The authentication component.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseAuthenticationFilter.setAuthenticationComponent(AuthenticationComponent authenticationComponent)
Sets the authentication component.
|
Modifier and Type | Field and Description |
---|---|
protected AuthenticationComponent |
BasicAuthenticationHandler.authenticationComponent |
Modifier and Type | Method and Description |
---|---|
void |
BasicAuthenticationHandler.setAuthenticationComponent(AuthenticationComponent authenticationComponent) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.