|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.core.validator.AuthorityBindingSchemaValidator
public class AuthorityBindingSchemaValidator
Checks AuthorityBinding
for Schema compliance.
Constructor Summary | |
---|---|
AuthorityBindingSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(AuthorityBinding authorityBinding)
|
protected void |
validateAuthorityKind(AuthorityBinding authorityBinding)
Check that the AuthorityKind is valid |
protected void |
validateBinding(AuthorityBinding authorityBinding)
Check the binding Attribute for validity |
protected void |
validateLocation(AuthorityBinding authorityBinding)
Check the location Attribute for validity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorityBindingSchemaValidator()
Method Detail |
---|
public void validate(AuthorityBinding authorityBinding) throws org.opensaml.xml.validation.ValidationException
validate
in interface org.opensaml.xml.validation.Validator<AuthorityBinding>
org.opensaml.xml.validation.ValidationException
protected void validateAuthorityKind(AuthorityBinding authorityBinding) throws org.opensaml.xml.validation.ValidationException
authorityBinding
-
org.opensaml.xml.validation.ValidationException
protected void validateLocation(AuthorityBinding authorityBinding) throws org.opensaml.xml.validation.ValidationException
authorityBinding
-
org.opensaml.xml.validation.ValidationException
protected void validateBinding(AuthorityBinding authorityBinding) throws org.opensaml.xml.validation.ValidationException
authorityBinding
-
org.opensaml.xml.validation.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |