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 |
---|---|
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 | Method and Description |
---|---|
AuthnContextClassRef |
AuthnContextClassRefBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AuthnContextClassRef |
AuthnContextClassRefBuilder.buildObject(String namespaceURI,
String localName,
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 |
---|---|
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.
|
Copyright © 2016. All rights reserved.