| Package | Description |
|---|---|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| Modifier and Type | Method and Description |
|---|---|
AuthnContextClassRef |
AuthnContext.getAuthnContextClassRef()
Gets the URI identifying the Context Class of this Authentication Context.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthnContextClassRef> |
RequestedAuthnContext.getAuthnContextClassRefs()
Gets the AuthnContextClassRefs of this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthnContext.setAuthnContextClassRef(AuthnContextClassRef newAuthnContextClassRef)
Sets the URI identifying the Context Class of this Authentication Context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthnContextClassRefImpl
A concrete implementation of
AuthnContextClassRef. |
| Modifier and Type | Field and Description |
|---|---|
private AuthnContextClassRef |
AuthnContextImpl.authnContextClassRef
URI of the Context Class.
|
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<AuthnContextClassRef> |
RequestedAuthnContextImpl.authnContextClassRefs
AuthnContextClassRef child elements.
|
| Modifier and Type | Method and Description |
|---|---|
AuthnContextClassRef |
AuthnContextClassRefBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AuthnContextClassRef |
AuthnContextClassRefBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
AuthnContextClassRef |
AuthnContextImpl.getAuthnContextClassRef()
Gets the URI identifying the Context Class of this Authentication Context.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthnContextClassRef> |
RequestedAuthnContextImpl.getAuthnContextClassRefs()
Gets the AuthnContextClassRefs of this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthnContextImpl.setAuthnContextClassRef(AuthnContextClassRef newAuthnContextClassRef)
Sets the URI identifying the Context Class of this Authentication Context.
|