edu.vt.middleware.ldap.ssl
T
- Type of credential read by this instance.public interface CredentialReader<T>
T read(java.lang.String path, java.lang.String... params) throws java.io.IOException, java.security.GeneralSecurityException
path
- Path from which to read credential.params
- Arbitrary string parameters, e.g. password, needed to read
the credential.java.io.IOException
- On IO errors.java.security.GeneralSecurityException
- On errors with the credential data.T read(java.io.InputStream is, java.lang.String... params) throws java.io.IOException, java.security.GeneralSecurityException
is
- Input stream from which to read credential.params
- Arbitrary string parameters, e.g. password, needed to read
the credential.java.io.IOException
- On IO errors.java.security.GeneralSecurityException
- On errors with the credential data.Copyright © 2014. All Rights Reserved.