| Package | Description |
|---|---|
| com.sun.xml.wss.saml.assertion.saml20.jaxb20 | |
| com.sun.xml.wss.saml.internal.saml20.jaxb20 |
| 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 |
|---|---|
static AuthnContextType |
AuthnContext.fromElement(Element element)
Constructs an
AuthnContext element from an existing XML
block. |
| Modifier and Type | Field and Description |
|---|---|
protected AuthnContextType |
AuthnStatementType.authnContext |
| Modifier and Type | Method and Description |
|---|---|
AuthnContextType |
ObjectFactory.createAuthnContextType()
Create an instance of
AuthnContextType |
AuthnContextType |
AuthnStatementType.getAuthnContext()
Gets the value of the authnContext property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AuthnContextType> |
ObjectFactory.createAuthnContext(AuthnContextType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AuthnContextType> |
ObjectFactory.createAuthnContext(AuthnContextType value)
|
void |
AuthnStatementType.setAuthnContext(AuthnContextType value)
Sets the value of the authnContext property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.