|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
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)
|
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 org.opensaml.xml.validation.ValidationException
validate
in interface org.opensaml.xml.validation.Validator<AuthzDecisionStatement>
org.opensaml.xml.validation.ValidationException
protected void validateResource(AuthzDecisionStatement authzDS) throws org.opensaml.xml.validation.ValidationException
authzDS
-
org.opensaml.xml.validation.ValidationException
protected void validateDecision(AuthzDecisionStatement authzDS) throws org.opensaml.xml.validation.ValidationException
authzDS
-
org.opensaml.xml.validation.ValidationException
protected void validateActions(AuthzDecisionStatement authzDS) throws org.opensaml.xml.validation.ValidationException
authzDS
-
org.opensaml.xml.validation.ValidationException
|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |