public abstract class AuthenticationSource extends Object
| Constructor and Description |
|---|
AuthenticationSource() |
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
authenticate(Properties properties,
jcifs.ntlmssp.Type2Message type2,
jcifs.ntlmssp.Type3Message type3) |
abstract byte[] |
createChallenge(Properties properties,
jcifs.ntlmssp.Type1Message type1) |
static AuthenticationSource |
getDefaultInstance() |
public static AuthenticationSource getDefaultInstance()
public abstract byte[] createChallenge(Properties properties, jcifs.ntlmssp.Type1Message type1) throws IOException
IOExceptionpublic abstract byte[] authenticate(Properties properties, jcifs.ntlmssp.Type2Message type2, jcifs.ntlmssp.Type3Message type3) throws IOException
IOExceptionCopyright © 2017 LSST. All rights reserved.