|
|||||||||
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)
Checks to see if a XMLObject is valid. |
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 ValidationException
validate
in interface Validator<AuthorityBinding>
authorityBinding
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateAuthorityKind(AuthorityBinding authorityBinding) throws ValidationException
authorityBinding
-
ValidationException
protected void validateLocation(AuthorityBinding authorityBinding) throws ValidationException
authorityBinding
-
ValidationException
protected void validateBinding(AuthorityBinding authorityBinding) throws ValidationException
authorityBinding
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |