diff --git a/.gitignore b/.gitignore index 7f62d4632f1b0787b09b3544610243f011ed7599..f12ca75fffa864ba5f9d3d8f07c0e4288d88b907 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,6 @@ /src/main/resources/*.pem /src/test/resources/pemtest.pem -/src/test/resources/integration-test-data.ini \ No newline at end of file +/src/test/resources/integration-test-data.ini + +.DS_Store \ No newline at end of file diff --git a/src/main/edu/wisc/doit/RpcNetidClient.php b/src/main/edu/wisc/doit/RpcNetidClient.php index 154609d6db538370b9cc97b0feba684a08c689a4..dd933267c921784d62cfb97d5cbc553224488d26 100644 --- a/src/main/edu/wisc/doit/RpcNetidClient.php +++ b/src/main/edu/wisc/doit/RpcNetidClient.php @@ -101,7 +101,10 @@ interface RpcNetidClient { * <p>The method returns a {@link RpcNetidStructValidationResponse} object. If * {@link RpcNetidStructValidationResponse::getIsValid} returns true, the identity is verified. * Otherwise, it will return false with zero or more reasons returned by - * {@link RpcNetidStructValidationResponse::getReasons} + * {@link RpcNetidStructValidationResponse::getReasons}</p> + * + * <p>If the user requires a Wiscard and one was not provided, the method will return a {@link RpcNetidStructValidationResponse} + * object with {@link RpcNetidStructValidationResponse::REASON_NEEDS_WISCARD} as one of the reasons in the array.</p> * * @param string $uid user's NetID * @param \DateTime $birthdate user's date of birth