Object

scala.scalanative.windows.winnt

AccessToken

Related Doc: package winnt

Permalink

object AccessToken

Annotations
@extern()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AccessToken
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def TOKEN_ADJUST_DEFAULT: AccessToken

    Permalink

    Required to change the default owner, primary group, or DACL of an access token.

    Required to change the default owner, primary group, or DACL of an access token.

    Annotations
    @name( "scalanative_token_adjust_default" )
  5. def TOKEN_ADJUST_GROUP: AccessToken

    Permalink

    Required to adjust the attributes of the groups in an access token.

    Required to adjust the attributes of the groups in an access token.

    Annotations
    @name( "scalanative_token_adjust_groups" )
  6. def TOKEN_ADJUST_PRIVILEGES: AccessToken

    Permalink

    Required to enable or disable the privileges in an access token.

    Required to enable or disable the privileges in an access token.

    Annotations
    @name( ... )
  7. def TOKEN_ADJUST_SESSIONID: AccessToken

    Permalink

    Required to adjust the session ID of an access token.

    Required to adjust the session ID of an access token. The SE_TCB_NAME privilege is required.

    Annotations
    @name( ... )
  8. def TOKEN_ALL_ACCESS: AccessToken

    Permalink

    Combines all possible access rights for a token.

    Combines all possible access rights for a token.

    Annotations
    @name( "scalanative_token_all_access" )
  9. def TOKEN_ASSIGN_PRIMARY: AccessToken

    Permalink

    Required to attach a primary token to a process.

    Required to attach a primary token to a process. The SE_ASSIGNPRIMARYTOKEN_NAME privilege is also required to accomplish this task.

    Annotations
    @name( "scalanative_token_assign_primary" )
  10. def TOKEN_DUPLICATE: AccessToken

    Permalink

    Required to duplicate an access token.

    Required to duplicate an access token.

    Annotations
    @name( "scalanative_token_duplicate" )
  11. def TOKEN_EXECUTE: AccessToken

    Permalink

    Combines STANDARD_RIGHTS_EXECUTE and TOKEN_IMPERSONATE.

    Combines STANDARD_RIGHTS_EXECUTE and TOKEN_IMPERSONATE.

    Annotations
    @name( "scalanative_token_execute" )
  12. def TOKEN_IMPERSONATE: AccessToken

    Permalink

    Required to attach an impersonation access token to a process.

    Required to attach an impersonation access token to a process.

    Annotations
    @name( "scalanative_token_impersonate" )
  13. def TOKEN_QUERY: AccessToken

    Permalink

    Required to query an access token.

    Required to query an access token.

    Annotations
    @name( "scalanative_token_query" )
  14. def TOKEN_QUERY_SOURCE: AccessToken

    Permalink

    Required to query the source of an access token.

    Required to query the source of an access token.

    Annotations
    @name( "scalanative_token_query_source" )
  15. def TOKEN_READ: AccessToken

    Permalink

    Combines STANDARD_RIGHTS_READ and TOKEN_QUERY.

    Combines STANDARD_RIGHTS_READ and TOKEN_QUERY.

    Annotations
    @name( "scalanative_token_read" )
  16. def TOKEN_WRITE: AccessToken

    Permalink

    Combines STANDARD_RIGHTS_WRITE, TOKEN_ADJUST_PRIVILEGES, TOKEN_ADJUST_GROUPS, and TOKEN_ADJUST_DEFAULT.

    Combines STANDARD_RIGHTS_WRITE, TOKEN_ADJUST_PRIVILEGES, TOKEN_ADJUST_GROUPS, and TOKEN_ADJUST_DEFAULT.

    Annotations
    @name( "scalanative_token_write" )
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped