Class AbstractChainingAuthenticationComponent

java.lang.Object
org.alfresco.repo.security.authentication.AbstractAuthenticationComponent
org.alfresco.repo.security.authentication.AbstractChainingAuthenticationComponent
All Implemented Interfaces:
AuthenticationComponent, AuthenticationContext
Direct Known Subclasses:
SubsystemChainingAuthenticationComponent

public abstract class AbstractChainingAuthenticationComponent extends AbstractAuthenticationComponent
A base class for chaining authentication components. Where appropriate, methods will 'chain' across multiple AuthenticationComponent instances, as returned by getUsableAuthenticationComponents().
Author:
dward
  • Constructor Details

    • AbstractChainingAuthenticationComponent

      public AbstractChainingAuthenticationComponent()
      Instantiates a new abstract chaining authentication component.
  • Method Details