Modifier and Type | Field and Description |
---|---|
protected List<SAML11AssertionType> |
SAML11EvidenceType.assertions |
Modifier and Type | Method and Description |
---|---|
List<SAML11AssertionType> |
SAML11EvidenceType.getAssertions() |
Modifier and Type | Method and Description |
---|---|
void |
SAML11EvidenceType.add(SAML11AssertionType condition) |
boolean |
SAML11EvidenceType.remove(SAML11AssertionType assertion) |
Modifier and Type | Method and Description |
---|---|
void |
SAML11EvidenceType.addAllAssertionType(List<SAML11AssertionType> theassertions) |
Modifier and Type | Field and Description |
---|---|
protected List<SAML11AssertionType> |
SAML11ResponseType.assertions |
Modifier and Type | Method and Description |
---|---|
List<SAML11AssertionType> |
SAML11ResponseType.get() |
Modifier and Type | Method and Description |
---|---|
void |
SAML11ResponseType.add(SAML11AssertionType assertion) |
boolean |
SAML11ResponseType.remove(SAML11AssertionType assertion) |
Modifier and Type | Method and Description |
---|---|
SAML11AssertionType |
SAML11AssertionParser.fromElement(Element element) |
Modifier and Type | Method and Description |
---|---|
void |
SAML11AssertionWriter.write(SAML11AssertionType assertion)
Write an
SAML11AssertionType to stream |
Modifier and Type | Method and Description |
---|---|
static SAML11AssertionType |
AssertionUtil.createSAML11Assertion(String id,
XMLGregorianCalendar issueInstant,
String issuer)
Create an assertion
|
Modifier and Type | Method and Description |
---|---|
static void |
AssertionUtil.createSAML11TimedConditions(SAML11AssertionType assertion,
long durationInMilis,
long clockSkew)
Add validity conditions to the SAML2 Assertion
|
static List<String> |
AssertionUtil.getRoles(SAML11AssertionType assertion,
List<String> roleKeys)
Given an assertion, return the list of roles it may have
|
static boolean |
AssertionUtil.hasExpired(SAML11AssertionType assertion)
Check whether the assertion has expired
|
static boolean |
AssertionUtil.hasExpired(SAML11AssertionType assertion,
long clockSkewInMilis)
Verify whether the assertion has expired.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.