public class MockI2b2UserAuthenticator extends Object implements I2b2UserAuthenticator
| Constructor and Description |
|---|
MockI2b2UserAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticateUser(I2b2AuthMetadata authMetadata)
Determines whether or not a user is authenticated given their
authentication metadata.
|
public boolean authenticateUser(I2b2AuthMetadata authMetadata) throws I2b2XmlException
I2b2UserAuthenticatorauthenticateUser in interface I2b2UserAuthenticatorauthMetadata - the i2b2 authentication metadata to provide to i2b2
to authenticate the usertrue if the user was authenticated by i2b2,
false otherwiseI2b2XmlException - if an error occurs processing the i2b2 response
XMLCopyright © 2016 Emory University. All rights reserved.