|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.core.validator.AuthzDecisionStatementSchemaValidator
public class AuthzDecisionStatementSchemaValidator
Checks AuthzDecisionStatement
for Schema compliance.
Constructor Summary | |
---|---|
AuthzDecisionStatementSchemaValidator()
Constructor |
Method Summary | |
---|---|
void |
validate(AuthzDecisionStatement authzDS)
Checks to see if a XMLObject is valid. |
protected void |
validateActions(AuthzDecisionStatement authzDS)
Checks that one or more Action is present. |
protected void |
validateDecision(AuthzDecisionStatement authzDS)
Checks that the Decision attribute is present. |
protected void |
validateResource(AuthzDecisionStatement authzDS)
Checks that the Resource attribute is present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthzDecisionStatementSchemaValidator()
Method Detail |
---|
public void validate(AuthzDecisionStatement authzDS) throws ValidationException
validate
in interface Validator<AuthzDecisionStatement>
authzDS
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateResource(AuthzDecisionStatement authzDS) throws ValidationException
authzDS
-
ValidationException
protected void validateDecision(AuthzDecisionStatement authzDS) throws ValidationException
authzDS
-
ValidationException
protected void validateActions(AuthzDecisionStatement authzDS) throws ValidationException
authzDS
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |