|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.security.ntlm.NtlmManager
public class NtlmManager
| Constructor Summary | |
|---|---|
NtlmManager(String domain,
String domainController,
String domainControllerName,
String serviceAccount,
String servicePassword)
|
|
| Method Summary | |
|---|---|
NtlmUserAccount |
authenticate(byte[] material,
byte[] serverChallenge)
|
protected byte[] |
getAVPairBytes(int avId,
String value)
|
String |
getDomain()
|
String |
getDomainController()
|
String |
getDomainControllerName()
|
String |
getServiceAccount()
|
String |
getServicePassword()
|
protected byte[] |
getTargetInformation()
|
byte[] |
negotiate(byte[] material,
byte[] serverChallenge)
|
void |
setConfiguration(String domain,
String domainController,
String domainControllerName,
String serviceAccount,
String servicePassword)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NtlmManager(String domain,
String domainController,
String domainControllerName,
String serviceAccount,
String servicePassword)
| Method Detail |
|---|
public NtlmUserAccount authenticate(byte[] material,
byte[] serverChallenge)
throws IOException,
NoSuchAlgorithmException,
NtlmLogonException
IOException
NoSuchAlgorithmException
NtlmLogonExceptionpublic String getDomain()
public String getDomainController()
public String getDomainControllerName()
public String getServiceAccount()
public String getServicePassword()
public byte[] negotiate(byte[] material,
byte[] serverChallenge)
throws IOException
IOException
public void setConfiguration(String domain,
String domainController,
String domainControllerName,
String serviceAccount,
String servicePassword)
protected byte[] getAVPairBytes(int avId,
String value)
throws UnsupportedEncodingException
UnsupportedEncodingException
protected byte[] getTargetInformation()
throws UnsupportedEncodingException
UnsupportedEncodingException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||