| Package | Description |
|---|---|
| com.sun.xml.wss.saml | |
| com.sun.xml.wss.saml.assertion.saml20.jaxb20 | |
| com.sun.xml.wss.saml.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract AuthnContext |
SAMLAssertionFactory.createAuthnContext() |
abstract AuthnContext |
SAMLAssertionFactory.createAuthnContext(String authContextClassref,
String authenticatingAuthority) |
| Modifier and Type | Method and Description |
|---|---|
abstract AuthnStatement |
SAMLAssertionFactory.createAuthnStatement(GregorianCalendar authInstant,
SubjectLocality subjectLocality,
AuthnContext authnContext,
String sessionIndex,
GregorianCalendar sessionNotOnOrAfter)
Constructs an instance of
AuthenticationStatement. |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthnContext
The
AuthnContext element may be used to indicate
to a replying party receiving an AuthenticationStatement that
a SAML authority may be available to provide additional information about
the subject of the statement. |
| Modifier and Type | Method and Description |
|---|---|
AuthnContext |
SAMLAssertion2_2FactoryImpl.createAuthnContext() |
AuthnContext |
SAMLAssertion2_1FactoryImpl.createAuthnContext() |
AuthnContext |
SAMLAssertion2_2FactoryImpl.createAuthnContext(String authContextClassref,
String authenticatingAuthority) |
AuthnContext |
SAMLAssertion2_1FactoryImpl.createAuthnContext(String authContextClassref,
String authenticatingAuthority) |
| Modifier and Type | Method and Description |
|---|---|
AuthnStatement |
SAMLAssertion2_2FactoryImpl.createAuthnStatement(GregorianCalendar authInstant,
SubjectLocality subjectLocality,
AuthnContext authnContext,
String sessionIndex,
GregorianCalendar sessionNotOnOrAfter) |
AuthnStatement |
SAMLAssertion2_1FactoryImpl.createAuthnStatement(GregorianCalendar authInstant,
SubjectLocality subjectLocality,
AuthnContext authnContext,
String sessionIndex,
GregorianCalendar sessionNotOnOrAfter) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.