Class CasAuthenticationDateFormatter

java.lang.Object
org.pac4j.core.profile.converter.AbstractAttributeConverter
org.pac4j.core.profile.converter.DateConverter
org.pac4j.oauth.profile.casoauthwrapper.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
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for CasAuthenticationDateFormatter.
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(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 Details

    • CasAuthenticationDateFormatter

      public CasAuthenticationDateFormatter()

      Constructor for CasAuthenticationDateFormatter.

  • Method Details

    • convert

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