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
AssertionType
assertionAsString
- IOException
ParsingException
public AssertionType parseAssertion(String assertionAsString) throws IOException, ParsingException
AssertionType
assertionAsString
- IOException
ParsingException
public boolean hasExpired(AssertionType assertionType) throws ConfigurationException
AssertionType
has expiredassertionType
- ConfigurationException
Copyright © 2016. All rights reserved.