|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.core.validator.ConditionsSpecValidator
public class ConditionsSpecValidator
Checks the Conditions
for Spec compliance.
Constructor Summary | |
---|---|
ConditionsSpecValidator()
Constructor |
Method Summary | |
---|---|
void |
validate(Conditions conditions)
Checks to see if a XMLObject is valid. |
protected void |
validateOneTimeUseCondition(Conditions conditions)
Checks that there is at most one OneTimeUse condition. |
protected void |
validateProxyRestrictionCondition(Conditions conditions)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConditionsSpecValidator()
Method Detail |
---|
public void validate(Conditions conditions) throws ValidationException
validate
in interface Validator<Conditions>
conditions
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateOneTimeUseCondition(Conditions conditions) throws ValidationException
conditions
-
ValidationException
protected void validateProxyRestrictionCondition(Conditions conditions) throws ValidationException
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |