Package | Description |
---|---|
com.sun.identity.saml.assertion |
Defines SAML assertion.
|
Modifier and Type | Class and Description |
---|---|
class |
AudienceRestrictionCondition
This is an implementation of the abstract
Condition class, which
specifes that the assertion this AuthenticationCondition is part of, is
addressed to one or more specific audience. |
class |
DoNotCacheCondition
This is an implementation of the abstract
Condition class, which
specifes that the assertion this DoNotCacheCondition is part of,
is the new element in SAML 1.1, that allows an assertion party to express
that an assertion should not be cached by the relying party for future use. |
Constructor and Description |
---|
Conditions(Date notBefore,
Date notOnOrAfter,
Condition condition,
AudienceRestrictionCondition arc)
Constructs an instance of
Conditions . |
Conditions(Date notBefore,
Date notOnOrAfter,
Condition condition,
AudienceRestrictionCondition arc,
DoNotCacheCondition doNotCacheCnd)
Constructs an instance of
Conditions . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.