| Package | Description |
|---|---|
| org.forgerock.openam.federation.saml2 |
This package contains SAML2 federation utilities for use throughout the OpenAM codebase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAML2TokenRepository.deleteSAML2Token(String primaryKey)
Deletes the SAML2 object by using the passed primary key from the repository.
|
Object |
SAML2TokenRepository.retrieveSAML2Token(String primaryKey)
Retrieves an existing SAML2 object from the CTS as an un-cast Object using the passed primary key.
|
List<Object> |
SAML2TokenRepository.retrieveSAML2TokensWithSecondaryKey(String secondaryKey)
Retrieves a list of existing SAML2 objects from the CTS as un-cast Objects using the passed secondary key.
|
void |
SAML2TokenRepository.saveSAML2Token(String primaryKey,
String secondaryKey,
Object samlObj,
long expirationTime)
Saves SAML2 data into the SAML2 Repository.
|
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.