| Modifier and Type | Method and Description |
|---|---|
SocialSecurityAction |
ActionsController.update(String actionName,
String roles) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SocialSecurityAction> |
ActionsController.getCurrentActions() |
| Modifier and Type | Method and Description |
|---|---|
SocialSecurityAction |
PermissionRepository.updateSecurityAction(String context,
String actionName,
List<String> roles)
Updates the SecurityAction based
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<SocialSecurityAction> |
PermissionRepository.findActions(String context)
Returns all the actions for the context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionRepository.save(SocialSecurityAction action)
Saves a new Action.
|
| Modifier and Type | Method and Description |
|---|---|
SocialSecurityAction |
PermissionRepositoryImpl.updateSecurityAction(String context,
String actionName,
List<String> roles) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SocialSecurityAction> |
PermissionRepositoryImpl.findActions(String context) |
| Modifier and Type | Method and Description |
|---|---|
SocialSecurityAction |
SecurityActionsService.update(String context,
String actionName,
List<String> roles)
Updates the Roles for the given Action of the Context.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<SocialSecurityAction> |
SecurityActionsService.get(String context)
Gets All SecurityAction for the given context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityActionsService.save(SocialSecurityAction action)
Saves a new Action
|
| Modifier and Type | Method and Description |
|---|---|
SocialSecurityAction |
SecurityActionsServiceImpl.update(String context,
String actionName,
List<String> roles) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SocialSecurityAction> |
SecurityActionsServiceImpl.get(String context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityActionsServiceImpl.save(SocialSecurityAction action) |
Copyright © 2015 CrafterCMS. All Rights Reserved.