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.
|
Modifier and Type | Field and Description |
---|---|
static AuthnContextComparisonTypeEnumeration |
AuthnContextComparisonTypeEnumeration.BETTER
"better" comparison type.
|
static AuthnContextComparisonTypeEnumeration |
AuthnContextComparisonTypeEnumeration.EXACT
"exact" comparison type.
|
static AuthnContextComparisonTypeEnumeration |
AuthnContextComparisonTypeEnumeration.MAXIMUM
"maximum" comparison type.
|
static AuthnContextComparisonTypeEnumeration |
AuthnContextComparisonTypeEnumeration.MINIMUM
"minimum" comparison type.
|
Modifier and Type | Method and Description |
---|---|
AuthnContextComparisonTypeEnumeration |
RequestedAuthnContext.getComparison()
Gets the Comparison attribute value of the requested authn context.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestedAuthnContext.setComparison(AuthnContextComparisonTypeEnumeration newComparison)
Sets the Comparison attribute value of the requested authn context.
|
Modifier and Type | Method and Description |
---|---|
AuthnContextComparisonTypeEnumeration |
RequestedAuthnContextImpl.getComparison()
Gets the Comparison attribute value of the requested authn context.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestedAuthnContextImpl.setComparison(AuthnContextComparisonTypeEnumeration newComparison)
Sets the Comparison attribute value of the requested authn context.
|
Copyright © 1999-2013. All Rights Reserved.