public class SAMLToken extends Object
Constructor and Description |
---|
SAMLToken(String primaryKey,
String secondaryKey,
long expiryTime,
Object token)
Create a new instance of the SAMLToken.
|
Modifier and Type | Method and Description |
---|---|
long |
getExpiryTime() |
String |
getPrimaryKey() |
String |
getSecondaryKey() |
Object |
getToken() |
public SAMLToken(String primaryKey, String secondaryKey, long expiryTime, Object token)
primaryKey
- Primary key used as the Token ID.secondaryKey
- Secondary key, used for searching over SAML Tokens.expiryTime
- Expiry time mapped to Token Expiry Time in seconds from epoch.token
- Object to be stored.LDAPDataConversion
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.