Class OidcLongTimeConverter

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

    public class OidcLongTimeConverter
    extends java.lang.Object
    implements org.pac4j.core.profile.converter.AttributeConverter
    Convert a number of seconds into a Date.
    Since:
    1.9.2
    Author:
    Jerome Leleu
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date convert​(java.lang.Object attribute)  
      • Methods inherited from class java.lang.Object

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

      • OidcLongTimeConverter

        public OidcLongTimeConverter()
    • Method Detail

      • convert

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