Uses of Class
com.jniwrapper.win32.security.AccessToken.TokenInformationClass

Packages that use AccessToken.TokenInformationClass
com.jniwrapper.win32.security The com.jniwrapper.win32.security package contains several Java wrappers for native structures and types that are commonly used in security related functionality. 
 

Uses of AccessToken.TokenInformationClass in com.jniwrapper.win32.security
 

Fields in com.jniwrapper.win32.security declared as AccessToken.TokenInformationClass
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_AUDIT_POLICY
          Reserved
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_DEFAULT_DACL
          Specifies a TOKEN_DEFAULT_DACL structure that contains the default DACL for newly created objects.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_GROUPS
          Specifies a TOKEN_GROUPS structure that contains the group accounts associated with the token.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_GROUPS_AND_PRIVILEGES
          Specifies a TOKEN_GROUPS_AND_PRIVILEGES structure that contains the user SID, the group accounts, the restricted SIDs, and the authentication ID associated with the token.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_IMPERSONATION_LEVEL
          Specifies a value that indicates the impersonation level of the token.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_ORIGIN
          Specifies a TOKEN_ORIGIN structure which can contains the ID of the logon session that created it.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_OWNER
          Specifies a TOKEN_OWNER structure that contains the default owner security identifier (SID) for newly created objects.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_PRIMARY_GROUP
          Specifies a TOKEN_PRIMARY_GROUP structure that contains the default primary group SID for newly created objects.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_PRIVILEGES
          Specifies a TOKEN_PRIVILEGES structure that contains the privileges of the token.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_RESTRICTED_SIDS
          Specifies a TOKEN_RESTRICTED_SIDS structure that contains the list of restricting SIDs in a restricted token.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_SAND_BOX_INERT
          Specifies a value that is nonzero if the token includes the SANDBOX_INERT flag.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_SESSION_ID
          Specifies a value that indicates the Terminal Services session identifier that is associated with the token.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_SESSION_REFERENCE
          Reserved
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_SOURCE
          Specifies a TOKEN_SOURCE structure that contains the source of the token.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_STATISTICS
          Specifies a TOKEN_STATISTICS structure that contains various token statistics.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_TYPE
          Specifies a value that indicates whether the token is a primary or impersonation token.
static AccessToken.TokenInformationClass AccessToken.TokenInformationClass.TOKEN_USER
          Specifies a TOKEN_USER structure that contains the user account of the token.
 

Methods in com.jniwrapper.win32.security with parameters of type AccessToken.TokenInformationClass
static boolean AccessToken.getTokenInformation(Handle tokenHandle, AccessToken.TokenInformationClass tokenInformationClass, com.jniwrapper.Parameter tokenUserPtrVoid, com.jniwrapper.UInt32 tokenInformationLength, com.jniwrapper.Pointer returnLength)
          Retrieves a specified type of information about an access token