| Package | Description |
|---|---|
| fathom.realm |
| Modifier and Type | Method and Description |
|---|---|
void |
Account.checkPermission(String permission)
Ensures this Account implies the specified permission String.
|
void |
Account.checkPermissions(Collection<String> permissions)
Ensures this Account
implies all of the
specified permission strings. |
void |
Account.checkPermissions(String... permissions)
Ensures this Account
implies all of the
specified permission strings. |
void |
Account.checkRole(String roleIdentifier)
Asserts this Account has the specified role by returning quietly if they do or throwing an
AuthorizationException if they do not. |
void |
Account.checkRoles(Collection<String> roleIdentifiers)
Asserts this Account has all of the specified roles by returning quietly if they do or throwing an
AuthorizationException if they do not. |
void |
Account.checkRoles(String... roleIdentifiers)
Asserts this Account has all of the specified roles by returning quietly if they do or throwing an
AuthorizationException if they do not. |
void |
Account.checkToken(String token)
Asserts this Account has the specified token by returning quietly if they do or throwing an
AuthorizationException if they do not. |
Copyright © 2017. All rights reserved.