public class AuthnContextImpl extends AbstractSAMLObject implements AuthnContext
AuthnContext
.Modifier and Type | Field and Description |
---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<AuthenticatingAuthority> |
authenticatingAuthority
List of the Authenticating Authorities.
|
private AuthnContextClassRef |
authnContextClassRef
URI of the Context Class.
|
private AuthnContextDecl |
authnContextDecl
Declaration of the Authentication Context.
|
private AuthnContextDeclRef |
authnContextDeclRef
URI of the Declaration of the Authentication Context.
|
AUTHENTICATED_TELEPHONY_AUTHN_CTX, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, IP_AUTHN_CTX, IP_PASSWORD_AUTHN_CTX, KERBEROS_AUTHN_CTX, MOFC_AUTHN_CTX, MOFU_AUTHN_CTX, MTFC_AUTHN_CTX, MTFU_AUTHN_CTX, NOMAD_TELEPHONY_AUTHN_CTX, PASSWORD_AUTHN_CTX, PERSONAL_TELEPHONY_AUTHN_CTX, PGP_AUTHN_CTX, PPT_AUTHN_CTX, PREVIOUS_SESSION_AUTHN_CTX, SMARTCARD_AUTHN_CTX, SMARTCARD_PKI_AUTHN_CTX, SOFTWARE_PKI_AUTHN_CTX, SPKI_AUTHN_CTX, SRP_AUTHN_CTX, TELEPHONY_AUTHN_CTX, TIME_SYNC_TOKEN_AUTHN_CTX, TLS_CLIENT_AUTHN_CTX, TYPE_LOCAL_NAME, TYPE_NAME, UNSPECIFIED_AUTHN_CTX, X509_AUTHN_CTX, XML_DSIG_AUTHN_CTX
Modifier | Constructor and Description |
---|---|
protected |
AuthnContextImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AuthnContextDecl |
getAuthContextDecl() |
List<AuthenticatingAuthority> |
getAuthenticatingAuthorities() |
AuthnContextClassRef |
getAuthnContextClassRef() |
AuthnContextDeclRef |
getAuthnContextDeclRef() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
void |
setAuthnContextClassRef(AuthnContextClassRef newAuthnContextClassRef) |
void |
setAuthnContextDecl(AuthnContextDecl newAuthnContextDecl) |
void |
setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef) |
equals, hashCode, prepareForAssignment
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
private AuthnContextClassRef authnContextClassRef
private AuthnContextDecl authnContextDecl
private AuthnContextDeclRef authnContextDeclRef
private final org.opensaml.core.xml.util.XMLObjectChildrenList<AuthenticatingAuthority> authenticatingAuthority
protected AuthnContextImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespacepublic AuthnContextClassRef getAuthnContextClassRef()
getAuthnContextClassRef
in interface AuthnContext
public void setAuthnContextClassRef(AuthnContextClassRef newAuthnContextClassRef)
setAuthnContextClassRef
in interface AuthnContext
public AuthnContextDecl getAuthContextDecl()
getAuthContextDecl
in interface AuthnContext
public void setAuthnContextDecl(AuthnContextDecl newAuthnContextDecl)
setAuthnContextDecl
in interface AuthnContext
public AuthnContextDeclRef getAuthnContextDeclRef()
getAuthnContextDeclRef
in interface AuthnContext
public void setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
setAuthnContextDeclRef
in interface AuthnContext
public List<AuthenticatingAuthority> getAuthenticatingAuthorities()
getAuthenticatingAuthorities
in interface AuthnContext
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.core.xml.XMLObject
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.