public interface I2b2UserAuthenticator
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticateUser(I2b2AuthMetadata authMetadata)
Determines whether or not a user is authenticated given their
authentication metadata.
|
boolean authenticateUser(I2b2AuthMetadata authMetadata) throws I2b2XmlException
authMetadata - 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.