Package de.pisa.psa.rst.uti
Class IAMTokenCache.Entry
- java.lang.Object
-
- de.pisa.psa.rst.uti.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 tokende.pisa.psa.com.ext_ema.neoletter.json.UserInfo
getUserInfo()
get the IAM user informationboolean
isExpired()
check if the entry is expiredjava.lang.String
toString()
-
-
-
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 classjava.lang.Object
- See Also:
Object.toString()
-
-