public interface ProxyRestriction extends ConditionAbstract
ProxyRestriction
specifies limitations that the
asserting party imposes on relying parties that in turn wish to
act as asserting parties and issue subsequent assertions of their
own on the basis of the information contained in the original
assertion. A relying party acting as an asserting party must not
issue an assertion that itself violates the restrictions specified
in this condition on the basis of an assertion containing such
a condition.Modifier and Type | Method and Description |
---|---|
List<String> |
getAudience()
Returns the list of audiences to whom the asserting party permits
new assertions to be issued on the basis of this assertion.
|
int |
getCount()
Returns the maximum number of indirections that the asserting
party permits to exist between this assertion and an assertion
which has ultimately been issued on the basis of it.
|
void |
setAudience(List<String> audiences)
Sets the list of audiences to whom the asserting party permits
new assertions to be issued on the basis of this assertion.
|
void |
setCount(int value)
Sets the maximum number of indirections that the asserting
party permits to exist between this assertion and an assertion
which has ultimately been issued on the basis of it.
|
isMutable, makeImmutable, toXMLString, toXMLString
int getCount()
void setCount(int value) throws SAML2Exception
value
- the count numberSAML2Exception
- if the object is immutableList<String> getAudience()
String
represented audiencesvoid setAudience(List<String> audiences) throws SAML2Exception
audiences
- a list of String
represented audiencesSAML2Exception
- if the object is immutableCopyright © 2010-2018, ForgeRock All Rights Reserved.