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 |
getValidSessions(SSOToken requester,
String server)
Returns a list of single sign on token objects
which correspond to valid Sessions accessible to requester.
|
public SSOProviderImpl() throws SSOException
SSOProviderImpl
SSOException
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 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-2014, ForgeRock All Rights Reserved.