| Package | Description |
|---|---|
| com.iplanet.sso |
| Modifier and Type | Method and Description |
|---|---|
SSOToken |
SSOProvider.createSSOToken(javax.servlet.http.HttpServletRequest request)
Creates an SSOToken.
|
SSOToken |
SSOProvider.createSSOToken(Principal user,
String password)
Creates an SSOToken.
|
SSOToken |
SSOProvider.createSSOToken(String sid)
Creates an SSOToken.
|
SSOToken |
SSOProvider.createSSOToken(String sid,
boolean invokedByAuth,
boolean possiblyResetIdleTime)
Creates an SSOToken.
|
SSOToken |
SSOProvider.createSSOToken(String sid,
String clientIP)
Creates an SSOToken.
|
SSOToken |
SSOTokenEvent.getToken()
Returns the
SSOToken associated with the SSO Token event. |
| Modifier and Type | Method and Description |
|---|---|
Set<SSOToken> |
SSOProvider.getValidSessions(SSOToken requester,
String server)
Returns valid Sessions.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SSOToken.dereferenceRestrictedTokenID(SSOToken requester,
String restrictedId)
Given a restricted token, returns the SSOTokenID of the master token
can only be used if the requester is an app token
|
void |
SSOProvider.destroyToken(SSOToken token)
Destroys an SSOToken.
|
void |
SSOProvider.destroyToken(SSOToken destroyer,
SSOToken destroyed)
Destroys an SSOToken.
|
Set<SSOToken> |
SSOProvider.getValidSessions(SSOToken requester,
String server)
Returns valid Sessions.
|
boolean |
SSOProvider.isValidToken(SSOToken token)
Checks if an SSOToken is valid or not.
|
boolean |
SSOProvider.isValidToken(SSOToken token,
boolean refresh)
Checks if an SSOToken is valid or not.
|
void |
SSOProvider.logout(SSOToken token)
Logs out of the session underlying this SSOToken.
|
void |
SSOProvider.refreshSession(SSOToken token)
Refresh the Session corresponding to the SSOToken from the Session
Server, always resetting the idle time.
|
void |
SSOProvider.refreshSession(SSOToken token,
boolean resetIdle)
Refresh the Session corresponding to the SSOToken from the Session
Server, but only optionally resetting the idle time.
|
void |
SSOProvider.validateToken(SSOToken token)
Checks if the SSOToken is valid.
|
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.