Class CasAuthenticationDateFormatter

  • All Implemented Interfaces:
    org.pac4j.core.profile.converter.AttributeConverter

    public class CasAuthenticationDateFormatter
    extends org.pac4j.core.profile.converter.DateConverter
    Date formatter for the CAS authentication date.
    Since:
    1.9.2
    Author:
    Jerome Leleu
    • Field Summary

      • Fields inherited from class org.pac4j.core.profile.converter.DateConverter

        format, locale, logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convert​(java.lang.Object attribute)  
      • Methods inherited from class org.pac4j.core.profile.converter.DateConverter

        internalConvert
      • Methods inherited from class org.pac4j.core.profile.converter.AbstractAttributeConverter

        accept, defaultValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasAuthenticationDateFormatter

        public CasAuthenticationDateFormatter()
    • Method Detail

      • convert

        public java.lang.Object convert​(java.lang.Object attribute)
        Specified by:
        convert in interface org.pac4j.core.profile.converter.AttributeConverter
        Overrides:
        convert in class org.pac4j.core.profile.converter.AbstractAttributeConverter