public final class SSOProviderImpl extends Object
final
class SSOProviderImpl
implements
SSOProvider
interface and provides implementation of the methods
to create , destroy , check the validity of a single sign on token.Constructor and Description |
---|
SSOProviderImpl()
Constructs a instance of
SSOProviderImpl |
Modifier and Type | Method and Description |
---|---|
void |
destroyToken(SSOToken destroyer,
SSOToken destroyed)
Destroys a single sign on token.
|
Set<SSOToken> |
getValidSessions(SSOToken requester,
String server)
Deprecated.
since 14.0.0
|
public SSOProviderImpl()
SSOProviderImpl
public void destroyToken(SSOToken destroyer, SSOToken destroyed) throws SSOException
destroyer
- The single sign on token object used to authorize the
operationdestroyed
- The single sign on token object to be destroyed.SSOException
- if the there was an error during communication with session
service.public Set<SSOToken> getValidSessions(SSOToken requester, String server) throws SSOException
requester
- The single sign on token object used to authorize the
operationserver
- The server for which the valid sessions are to be retrievedSSOException
- if the there was an error during communication with session
service.Copyright © 2010-2018, ForgeRock All Rights Reserved.