| Modifier and Type | Method and Description |
|---|---|
AuthnStatementType |
SAML2Response.createAuthnStatement(String authnContextDeclRef,
XMLGregorianCalendar issueInstant)
Create an AuthnStatement
|
| Modifier and Type | Method and Description |
|---|---|
protected AuthnStatementType |
SAMLAuthnStatementParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SAMLAuthnStatementParser.processSubElement(XMLEventReader xmlEventReader,
AuthnStatementType target,
SAMLAssertionQNames element,
StartElement elementDetail) |
| Modifier and Type | Method and Description |
|---|---|
static AuthnStatementType |
StatementUtil.createAuthnStatement(XMLGregorianCalendar instant,
String authnContextClassRefValue)
Create an AuthnStatementType given the issue instant and the type of authentication
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAMLAssertionWriter.write(AuthnStatementType authnStatement,
boolean includeNamespace)
Write an
AuthnStatementType to stream |
Copyright © 2021 JBoss by Red Hat. All rights reserved.