| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.model.dto | |
| org.finra.herd.service.helper |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamespaceAuthorization> |
UserAuthorizations.namespaceAuthorizations |
| Modifier and Type | Method and Description |
|---|---|
NamespaceAuthorization |
ObjectFactory.createNamespaceAuthorization()
Create an instance of
NamespaceAuthorization |
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceAuthorization> |
UserAuthorizations.getNamespaceAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserAuthorizations.setNamespaceAuthorizations(List<NamespaceAuthorization> namespaceAuthorizations) |
| Constructor and Description |
|---|
UserAuthorizations(String userId,
List<NamespaceAuthorization> namespaceAuthorizations,
List<String> securityRoles,
List<String> securityFunctions)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Set<NamespaceAuthorization> |
ApplicationUser.getNamespaceAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationUser.setNamespaceAuthorizations(Set<NamespaceAuthorization> namespaceAuthorizations) |
| Modifier and Type | Method and Description |
|---|---|
Set<NamespaceAuthorization> |
UserNamespaceAuthorizationHelper.getAllNamespaceAuthorizations()
Returns a list of namespace authorizations for all namespaces registered in the system and with all permissions enabled.
|
Copyright © 2021. All rights reserved.