Package | Description |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core 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) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnContextClassRefSchemaValidator.validate(AuthnContextClassRef authnContextClassRef) |
protected void |
AuthnContextClassRefSchemaValidator.validateClassRef(AuthnContextClassRef authnCCR)
Checks that the AuthnContextClassRef is present.
|
Copyright © 1999-2013. All Rights Reserved.