| Package | Description |
|---|---|
| fathom.authz | |
| fathom.realm |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
Authorizations.addPermission(String permission)
Adds (assigns) a permission to those directly associated with the Account.
|
Authorizations |
Authorizations.addPermissions(Collection<Permission> permissions)
Adds (assigns) a permission to those directly associated with the Account.
|
Authorizations |
Authorizations.addPermissions(String... permissions)
Adds (assigns) a permission to those directly associated with the Account.
|
Authorizations |
Authorizations.addRole(Role role)
Adds (assigns) multiple roles to those associated with the Account.
|
Authorizations |
Authorizations.addRole(String role)
Adds (assigns) multiple roles to those associated with the Account.
|
Authorizations |
Authorizations.addRoles(Collection<Role> roles)
Adds (assigns) multiple roles to those associated with the Account.
|
Authorizations |
Authorizations.addRoles(String... roles)
Adds roles to the Account Authorizations.
|
Authorizations |
Authorizations.clone() |
Authorizations |
Authorizations.setRoles(Set<Role> roles)
Sets the roles assigned to the Account.
|
| Modifier and Type | Field and Description |
|---|---|
protected Authorizations |
Account.authorizations |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
Account.getAuthorizations() |
| Constructor and Description |
|---|
Account(String name,
Credentials credentials,
Authorizations authorizations) |
Copyright © 2017. All rights reserved.