object AccessToken
- Annotations
- @extern()
- Alphabetic
- By Inheritance
- AccessToken
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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" )
-
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" )
-
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( ... )
-
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( ... )
-
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" )
-
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" )
-
def
TOKEN_DUPLICATE: AccessToken
Required to duplicate an access token.
Required to duplicate an access token.
- Annotations
- @name( "scalanative_token_duplicate" )
-
def
TOKEN_EXECUTE: AccessToken
Combines STANDARD_RIGHTS_EXECUTE and TOKEN_IMPERSONATE.
Combines STANDARD_RIGHTS_EXECUTE and TOKEN_IMPERSONATE.
- Annotations
- @name( "scalanative_token_execute" )
-
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" )
-
def
TOKEN_QUERY: AccessToken
Required to query an access token.
Required to query an access token.
- Annotations
- @name( "scalanative_token_query" )
-
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" )
-
def
TOKEN_READ: AccessToken
Combines STANDARD_RIGHTS_READ and TOKEN_QUERY.
Combines STANDARD_RIGHTS_READ and TOKEN_QUERY.
- Annotations
- @name( "scalanative_token_read" )
-
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" )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()