|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.core.validator.AuthnContextClassRefSchemaValidator
public class AuthnContextClassRefSchemaValidator
Checks AuthnContextClassRef
for Schema compliance.
Constructor Summary | |
---|---|
AuthnContextClassRefSchemaValidator()
Constructor |
Method Summary | |
---|---|
void |
validate(AuthnContextClassRef authnContextClassRef)
Checks to see if a XMLObject is valid. |
protected void |
validateClassRef(AuthnContextClassRef authnCCR)
Checks that the AuthnContextClassRef is present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthnContextClassRefSchemaValidator()
Method Detail |
---|
public void validate(AuthnContextClassRef authnContextClassRef) throws ValidationException
validate
in interface Validator<AuthnContextClassRef>
authnContextClassRef
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateClassRef(AuthnContextClassRef authnCCR) throws ValidationException
authnCCR
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |