Class IAMTokenCache.Entry

  • Enclosing class:
    IAMTokenCache

    public final class IAMTokenCache.Entry
    extends java.lang.Object
    cache entry
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getToken()
      get the IAM token
      de.pisa.psa.com.ext_ema.neoletter.json.UserInfo getUserInfo()
      get the IAM user information
      boolean isExpired()
      check if the entry is expired
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

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

      • getToken

        public java.lang.String getToken()
        get the IAM token
        Returns:
        token
      • getUserInfo

        public de.pisa.psa.com.ext_ema.neoletter.json.UserInfo getUserInfo()
        get the IAM user information
        Returns:
        information
      • isExpired

        public boolean isExpired()
        check if the entry is expired
        Returns:
        true if expired
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()