public interface RequestedSecurityToken
Modifier and Type | Method and Description |
---|---|
List |
getAttributes() |
String |
getIssuer() |
String |
getTokenId() |
Map<String,Object> |
verifyToken(String realm,
String hostEntityId,
int timeskew)
Verifies the token's validity, checking the signature, validity period
etc.
|
List getAttributes()
String getIssuer()
String getTokenId()
Map<String,Object> verifyToken(String realm, String hostEntityId, int timeskew) throws WSFederationException
realm
- the realm of the local entityhostEntityId
- the local entity IDtimeskew
- permitted skew between service provider and identity
provider clocks, in secondsWSFederationException
- in
case of any error - invalid token signature, token expired etc.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.