Class MultifactorAuthenticationProviderMetadataPopulator

java.lang.Object
org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
org.apereo.cas.authentication.metadata.MultifactorAuthenticationProviderMetadataPopulator
All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationMetaDataPopulator, org.springframework.core.Ordered

public class MultifactorAuthenticationProviderMetadataPopulator extends BaseAuthenticationMetaDataPopulator
Since:
6.6.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    MultifactorAuthenticationProviderMetadataPopulator(String authenticationContextAttribute, org.springframework.beans.factory.ObjectProvider<? extends org.apereo.cas.authentication.MultifactorAuthenticationProvider> provider, org.apereo.cas.services.ServicesManager servicesManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    populateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder, org.apereo.cas.authentication.AuthenticationTransaction transaction)
     
    boolean
    supports(org.apereo.cas.authentication.Credential credential)
     
     

    Methods inherited from class org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator

    getOrder, setOrder

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MultifactorAuthenticationProviderMetadataPopulator

      public MultifactorAuthenticationProviderMetadataPopulator(String authenticationContextAttribute, org.springframework.beans.factory.ObjectProvider<? extends org.apereo.cas.authentication.MultifactorAuthenticationProvider> provider, org.apereo.cas.services.ServicesManager servicesManager)
  • Method Details

    • populateAttributes

      public void populateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder, org.apereo.cas.authentication.AuthenticationTransaction transaction)
    • supports

      public boolean supports(org.apereo.cas.authentication.Credential credential)
    • toString

      public String toString()
      Overrides:
      toString in class BaseAuthenticationMetaDataPopulator