org.opensaml.saml2.core.validator
Class IDPEntrySchemaValidator
java.lang.Object
org.opensaml.saml2.core.validator.IDPEntrySchemaValidator
- All Implemented Interfaces:
- Validator<IDPEntry>
public class IDPEntrySchemaValidator
- extends Object
- implements Validator<IDPEntry>
Checks IDPEntry for Schema compliance.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDPEntrySchemaValidator
public IDPEntrySchemaValidator()
- Constructor
validate
public void validate(IDPEntry entry)
throws ValidationException
-
- Specified by:
validate in interface Validator<IDPEntry>
- Throws:
ValidationException
validateProviderID
protected void validateProviderID(IDPEntry entry)
throws ValidationException
- Validates ProviderID attribute
- Parameters:
entry -
- Throws:
ValidationException
Copyright © 1999-2013. All Rights Reserved.