public static interface ServerAdmin.DominoSSOToken extends IAdaptable
Modifier and Type | Method and Description |
---|---|
String |
getData()
TODO: Not sure what the Javadoc for this should be
|
List<String> |
getDomains()
Domains the SSO token applies to
|
String |
getName()
Get username element from SSO Token
|
DominoDateTime |
getRenewalDate()
Gives a date and time when the SSO token will expire and needs to be renewed
|
boolean |
isSecureOnly()
Whether the SSO token is for HTTPS only
|
List<String> |
toHTTPCookieStrings()
Produces a string to be used for the "LtpaToken" cookie for
every domain
|
getAdapter
String getName()
boolean isSecureOnly()
String getData()
DominoDateTime getRenewalDate()
Copyright © 2019–2021 HCL. All rights reserved.