|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.saml1.core.validator.SubjectStatementSchemaValidator<AuthorizationDecisionStatement>
org.opensaml.saml1.core.validator.AuthorizationDecisionStatementSchemaValidator
public class AuthorizationDecisionStatementSchemaValidator
Checks AuthorizationDecisionStatement for Schema compliance.
| Constructor Summary | |
|---|---|
AuthorizationDecisionStatementSchemaValidator()
|
|
| Method Summary | |
|---|---|
void |
validate(AuthorizationDecisionStatement authorizationDecisionStatement)
|
protected void |
validateActions(AuthorizationDecisionStatement statement)
Check that there is at least one Action element |
protected void |
validateDecision(AuthorizationDecisionStatement statement)
Check that the Decision element is present |
protected void |
validateResource(AuthorizationDecisionStatement statement)
Check that the resource attribute is present and valid |
| Methods inherited from class org.opensaml.saml1.core.validator.SubjectStatementSchemaValidator |
|---|
validateSubject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorizationDecisionStatementSchemaValidator()
| Method Detail |
|---|
public void validate(AuthorizationDecisionStatement authorizationDecisionStatement)
throws org.opensaml.xml.validation.ValidationException
validate in interface org.opensaml.xml.validation.Validator<AuthorizationDecisionStatement>validate in class SubjectStatementSchemaValidator<AuthorizationDecisionStatement>org.opensaml.xml.validation.ValidationException
protected void validateResource(AuthorizationDecisionStatement statement)
throws org.opensaml.xml.validation.ValidationException
statement - the AuthorizationDecisionStatement under question
org.opensaml.xml.validation.ValidationException
protected void validateDecision(AuthorizationDecisionStatement statement)
throws org.opensaml.xml.validation.ValidationException
statement - the AuthorizationDecisionStatement under question
org.opensaml.xml.validation.ValidationException
protected void validateActions(AuthorizationDecisionStatement statement)
throws org.opensaml.xml.validation.ValidationException
statement - the AuthorizationDecisionStatement under question
org.opensaml.xml.validation.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||