Class AuthTokenAuthContext


  • public class AuthTokenAuthContext
    extends org.alfresco.jlan.server.auth.ChallengeAuthContext
    Authenitcation Token Authentication Context Class
    Author:
    gkspencer
    • Field Summary

      • Fields inherited from class org.alfresco.jlan.server.auth.ChallengeAuthContext

        m_challenge
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getChallenge()
      Get the challenge return byte[]
      NTLMPassthruToken getToken()
      Return the passthru authentication token
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        getChallenge in class org.alfresco.jlan.server.auth.ChallengeAuthContext