public class AuthnContext extends AuthnContextType implements AuthnContext
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. A single SAML authority may advertise its
presence over multiple protocol binding, at multiple locations, and as
more than one kind of authority by sending multiple elements as needed.| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
content| Constructor and Description |
|---|
AuthnContext()
Constructor
|
AuthnContext(String authContextClassref,
String authenticatingAuthority) |
| Modifier and Type | Method and Description |
|---|---|
static AuthnContextType |
fromElement(Element element)
Constructs an
AuthnContext element from an existing XML
block. |
getContentprotected static final Logger log
public static AuthnContextType fromElement(Element element) throws SAMLException
AuthnContext element from an existing XML
block.element - representing a DOM tree element.SAMLException - if there is an error in the sender or in the
element definition.Copyright © 2005–2018 Oracle Corporation. All rights reserved.