Class InweboAuthenticationDeviceMetadataPopulator

  • All Implemented Interfaces:
    org.apereo.cas.authentication.AuthenticationMetaDataPopulator, org.springframework.core.Ordered

    public class InweboAuthenticationDeviceMetadataPopulator
    extends org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
    The Inwebo metadata populator which adds the authentication device as an authentication attribute.
    Since:
    6.4.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATTRIBUTE_NAME_INWEBO_AUTHENTICATION_DEVICE
      Authentication attribute to capture device name.
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ATTRIBUTE_NAME_INWEBO_AUTHENTICATION_DEVICE

        public static final java.lang.String ATTRIBUTE_NAME_INWEBO_AUTHENTICATION_DEVICE
        Authentication attribute to capture device name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InweboAuthenticationDeviceMetadataPopulator

        public InweboAuthenticationDeviceMetadataPopulator()
    • Method Detail

      • 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)