public class SAMLClient extends Object
| Constructor and Description |
|---|
SAMLClient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasExpired(AssertionType assertionType)
Verify whether an
AssertionType has expired |
AssertionType |
parseAssertion(byte[] assertionAsBytes)
Given an assertion byte array, parse into
AssertionType |
AssertionType |
parseAssertion(String assertionAsString)
Given an assertion as a string, parse into
AssertionType |
public AssertionType parseAssertion(byte[] assertionAsBytes) throws IOException, ParsingException
AssertionTypeassertionAsString - IOExceptionParsingExceptionpublic AssertionType parseAssertion(String assertionAsString) throws IOException, ParsingException
AssertionTypeassertionAsString - IOExceptionParsingExceptionpublic boolean hasExpired(AssertionType assertionType) throws ConfigurationException
AssertionType has expiredassertionType - ConfigurationExceptionCopyright © 2021. All rights reserved.