Uses of Class
com.sun.jna.platform.win32.Sspi.CtxtHandle

Packages that use Sspi.CtxtHandle
com.sun.jna.platform.win32   
 

Uses of Sspi.CtxtHandle in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 with parameters of type Sspi.CtxtHandle
 int Secur32.AcceptSecurityContext(Sspi.CredHandle phCredential, Sspi.CtxtHandle phContext, Sspi.SecBufferDesc pInput, com.sun.jna.NativeLong fContextReq, com.sun.jna.NativeLong TargetDataRep, Sspi.CtxtHandle phNewContext, Sspi.SecBufferDesc pOutput, com.sun.jna.ptr.NativeLongByReference pfContextAttr, Sspi.TimeStamp ptsTimeStamp)
          The AcceptSecurityContext function enables the server component of a transport application to establish a security context between the server and a remote client.
 int Secur32.DeleteSecurityContext(Sspi.CtxtHandle phContext)
          The DeleteSecurityContext function deletes the local data structures associated with the specified security context.
 int Secur32.ImpersonateSecurityContext(Sspi.CtxtHandle phContext)
          The ImpersonateSecurityContext function allows a server to impersonate a client by using a token previously obtained by a call to AcceptSecurityContext or QuerySecurityContextToken.
 int Secur32.InitializeSecurityContext(Sspi.CredHandle phCredential, Sspi.CtxtHandle phContext, java.lang.String pszTargetName, com.sun.jna.NativeLong fContextReq, com.sun.jna.NativeLong Reserved1, com.sun.jna.NativeLong TargetDataRep, Sspi.SecBufferDesc pInput, com.sun.jna.NativeLong Reserved2, Sspi.CtxtHandle phNewContext, Sspi.SecBufferDesc pOutput, com.sun.jna.ptr.NativeLongByReference pfContextAttr, Sspi.TimeStamp ptsExpiry)
          The InitializeSecurityContext function initiates the client side, outbound security context from a credential handle.
 int Secur32.QuerySecurityContextToken(Sspi.CtxtHandle phContext, WinNT.HANDLEByReference phToken)
          The QuerySecurityContextToken function obtains the access token for a client security context and uses it directly.
 int Secur32.RevertSecurityContext(Sspi.CtxtHandle phContext)
          Allows a security package to discontinue the impersonation of the caller and restore its own security context.