パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.profile.saml2 | |
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Conditions |
AbstractSAML2ProfileHandler.buildConditions(BaseSAML2ProfileRequestContext<?,?,?> requestContext,
org.joda.time.DateTime issueInstant)
Builds a SAML assertion condition set.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Conditions |
Assertion.getConditions()
Gets the Conditions placed on this assertion.
|
Conditions |
AuthnRequest.getConditions()
Gets the
Conditions of the request. |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Assertion.setConditions(Conditions newConditions)
Sets the Conditions placed on this assertion.
|
void |
AuthnRequest.setConditions(Conditions newConditions)
Sets the
Conditions of the request. |
修飾子とタイプ | メソッドと説明 |
---|---|
Conditions |
ConditionsBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Conditions |
ConditionsBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Conditions |
AuthnRequestImpl.getConditions()
Gets the
Conditions of the request. |
Conditions |
AssertionImpl.getConditions()
Gets the Conditions placed on this assertion.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnRequestImpl.setConditions(Conditions newConditions)
Sets the
Conditions of the request. |
void |
AssertionImpl.setConditions(Conditions newConditions)
Sets the Conditions placed on this assertion.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ConditionsSpecValidator.validate(Conditions conditions)
Checks to see if a XMLObject is valid.
|
protected void |
ConditionsSpecValidator.validateOneTimeUseCondition(Conditions conditions)
Checks that there is at most one OneTimeUse condition.
|
protected void |
ConditionsSpecValidator.validateProxyRestrictionCondition(Conditions conditions) |
Copyright © 2012. All Rights Reserved.