Package org.alfresco.filesys.auth.cifs
Class AuthTokenAuthContext
- java.lang.Object
-
- org.alfresco.jlan.server.auth.AuthContext
-
- org.alfresco.jlan.server.auth.ChallengeAuthContext
-
- org.alfresco.filesys.auth.cifs.AuthTokenAuthContext
-
public class AuthTokenAuthContext extends org.alfresco.jlan.server.auth.ChallengeAuthContextAuthenitcation Token Authentication Context Class- Author:
- gkspencer
-
-
Constructor Summary
Constructors Constructor Description AuthTokenAuthContext(NTLMPassthruToken token)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getChallenge()Get the challenge return byte[]NTLMPassthruTokengetToken()Return the passthru authentication token
-
-
-
Constructor Detail
-
AuthTokenAuthContext
public AuthTokenAuthContext(NTLMPassthruToken token)
Class constructor- Parameters:
token- NTLMPassthruToken
-
-
Method Detail
-
getToken
public final NTLMPassthruToken getToken()
Return the passthru authentication token- Returns:
- NTLMPassthruToken
-
getChallenge
public byte[] getChallenge()
Get the challenge return byte[]- Overrides:
getChallengein classorg.alfresco.jlan.server.auth.ChallengeAuthContext
-
-