Packages

object AccessToken

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def TOKEN_ADJUST_DEFAULT: AccessToken

    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

    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

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

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

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

    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("scalanative_token_adjust_sessionid")
  8. def TOKEN_ALL_ACCESS: AccessToken

    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

    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

    Required to duplicate an access token.

    Required to duplicate an access token.

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

    Combines STANDARD_RIGHTS_EXECUTE and TOKEN_IMPERSONATE.

    Combines STANDARD_RIGHTS_EXECUTE and TOKEN_IMPERSONATE.

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

    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

    Required to query an access token.

    Required to query an access token.

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

    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

    Combines STANDARD_RIGHTS_READ and TOKEN_QUERY.

    Combines STANDARD_RIGHTS_READ and TOKEN_QUERY.

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

    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
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped