toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-iamidentitycenter
/
org.http4k.connect.amazon.iamidentitycenter
/
SSOCacheManager
SSOCache
Manager
class
SSOCacheManager
(
val
ssoProfile
:
SSOProfile
,
val
cachedTokenDirectory
:
Path
,
val
clientName
:
ClientName
)
Members
Constructors
SSOCache
Manager
Link copied to clipboard
constructor
(
ssoProfile
:
SSOProfile
,
cachedTokenDirectory
:
Path
,
clientName
:
ClientName
)
Properties
cached
Token
Directory
Link copied to clipboard
val
cachedTokenDirectory
:
Path
client
Name
Link copied to clipboard
val
clientName
:
ClientName
sso
Profile
Link copied to clipboard
val
ssoProfile
:
SSOProfile
Functions
retrieve
SSOCached
Registration
Link copied to clipboard
fun
retrieveSSOCachedRegistration
(
)
:
SSOCachedRegistration
?
retrieve
SSOCached
Token
Link copied to clipboard
fun
retrieveSSOCachedToken
(
)
:
SSOCachedToken
?
store
SSOCached
Registration
Link copied to clipboard
fun
storeSSOCachedRegistration
(
cachedRegistration
:
SSOCachedRegistration
)
store
SSOCached
Token
Link copied to clipboard
fun
storeSSOCachedToken
(
cachedToken
:
SSOCachedToken
)