|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.core.validator.StatusResponseTypeSchemaValidator<NameIDMappingResponse>
org.opensaml.saml2.core.validator.NameIDMappingResponseSchemaValidator
public class NameIDMappingResponseSchemaValidator
Checks NameIDMappingResponse
for Schema compliance.
Constructor Summary | |
---|---|
NameIDMappingResponseSchemaValidator()
Constructor |
Method Summary | |
---|---|
void |
validate(NameIDMappingResponse response)
Checks to see if a XMLObject is valid. |
protected void |
validateIdentifiers(NameIDMappingResponse resp)
Validate the identifier child elements (NameID, EncryptedID). |
Methods inherited from class org.opensaml.saml2.core.validator.StatusResponseTypeSchemaValidator |
---|
validateID, validateIssueInstant, validateStatus, validateVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameIDMappingResponseSchemaValidator()
Method Detail |
---|
public void validate(NameIDMappingResponse response) throws ValidationException
validate
in interface Validator<NameIDMappingResponse>
validate
in class StatusResponseTypeSchemaValidator<NameIDMappingResponse>
response
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateIdentifiers(NameIDMappingResponse resp) throws ValidationException
resp
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |