public class AuthnContextImpl extends AbstractSAMLObject implements AuthnContext
AuthnContext
.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, 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()
Gets Declaration of this Authentication Context.
|
List<AuthenticatingAuthority> |
getAuthenticatingAuthorities()
Gets the Authenticating Authorities of this Authentication Context.
|
AuthnContextClassRef |
getAuthnContextClassRef()
Gets the URI identifying the Context Class of this Authentication Context.
|
AuthnContextDeclRef |
getAuthnContextDeclRef()
Gets the URI of the Declaration of this Authentication Context.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
void |
setAuthnContextClassRef(AuthnContextClassRef newAuthnContextClassRef)
Sets the URI identifying the Context Class of this Authentication Context.
|
void |
setAuthnContextDecl(AuthnContextDecl newAuthnContextDecl)
Sets the Declaration of this Authentication Context.
|
void |
setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
Sets the URI of the Declaration of this Authentication Context.
|
equals, prepareForAssignment
deregisterValidator, getValidators, registerValidator, validate, validateChildren
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
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
newAuthnContextClassRef
- the URI of this Authentication Context's Class.public AuthnContextDecl getAuthContextDecl()
getAuthContextDecl
in interface AuthnContext
public void setAuthnContextDecl(AuthnContextDecl newAuthnContextDecl)
setAuthnContextDecl
in interface AuthnContext
newAuthnContextDecl
- the Declaration of this Authentication Contextpublic AuthnContextDeclRef getAuthnContextDeclRef()
getAuthnContextDeclRef
in interface AuthnContext
public void setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
setAuthnContextDeclRef
in interface AuthnContext
newAuthnContextDeclRef
- the URI of the Declaration of this Authentication Contextpublic List<AuthenticatingAuthority> getAuthenticatingAuthorities()
getAuthenticatingAuthorities
in interface AuthnContext
public List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
Copyright © 2018 JBoss by Red Hat. All rights reserved.