Uses of Class
org.apache.archiva.redback.rest.api.model.ActionStatus
-
Packages that use ActionStatus Package Description org.apache.archiva.redback.rest.api.model org.apache.archiva.redback.rest.api.services org.apache.archiva.redback.rest.services -
-
Uses of ActionStatus in org.apache.archiva.redback.rest.api.model
Fields in org.apache.archiva.redback.rest.api.model declared as ActionStatus Modifier and Type Field Description static ActionStatusActionStatus. FAILstatic ActionStatusActionStatus. SUCCESSMethods in org.apache.archiva.redback.rest.api.model that return ActionStatus Modifier and Type Method Description static ActionStatusActionStatus. FROM(boolean status) -
Uses of ActionStatus in org.apache.archiva.redback.rest.api.services
Methods in org.apache.archiva.redback.rest.api.services that return ActionStatus Modifier and Type Method Description ActionStatusLdapGroupMappingService. addLdapGroupMapping(LdapGroupMapping ldapGroupMapping)Deprecated.ActionStatusRoleManagementService. assignRole(String roleId, String principal)Deprecated.Assigns the role indicated by the roleId to the given principalActionStatusRoleManagementService. assignRoleByName(String roleName, String principal)Deprecated.Assigns the role indicated by the roleName to the given principalActionStatusRoleManagementService. assignTemplatedRole(String templateId, String resource, String principal)Deprecated.Assigns the templated role indicated by the templateId fails if the templated role has not been createdActionStatusRoleManagementService. createTemplatedRole(String templateId, String resource)Deprecated.ActionStatusLoginService. logout()Deprecated.clear user http sessionActionStatusLdapGroupMappingService. removeLdapGroupMapping(String group)Deprecated.ActionStatusRoleManagementService. removeTemplatedRole(String templateId, String resource)Deprecated.removes a role corresponding to the role Id that was manufactured with the given resource it also removes any user assignments for that roleActionStatusRoleManagementService. unassignRole(String roleId, String principal)Deprecated.Unassigns the role indicated by the role id from the given principalActionStatusRoleManagementService. unassignRoleByName(String roleName, String principal)Deprecated.Unassigns the role indicated by the role name from the given principalActionStatusLdapGroupMappingService. updateLdapGroupMapping(LdapGroupMappingUpdateRequest ldapGroupMappingUpdateRequest)Deprecated.ActionStatusRoleManagementService. updateRole(String templateId, String oldResource, String newResource)Deprecated.allows for a role coming from a template to be renamed effectively swapping out the bits of it that were labeled with the oldResource with the newResource it also manages any user assignments for that roleActionStatusRoleManagementService. updateRoleDescription(String roleName, String description)Deprecated.ActionStatusRoleManagementService. updateRoleUsers(Role role)Deprecated.update users assigned to a roleActionStatusRoleManagementService. updateUserRoles(User user)Deprecated.update roles assigned to a user -
Uses of ActionStatus in org.apache.archiva.redback.rest.services
Methods in org.apache.archiva.redback.rest.services that return ActionStatus Modifier and Type Method Description ActionStatusDefaultLdapGroupMappingService. addLdapGroupMapping(LdapGroupMapping ldapGroupMapping)Deprecated.ActionStatusDefaultRoleManagementService. assignRole(String roleId, String principal)Deprecated.ActionStatusDefaultRoleManagementService. assignRoleByName(String roleName, String principal)Deprecated.ActionStatusDefaultRoleManagementService. assignTemplatedRole(String templateId, String resource, String principal)Deprecated.ActionStatusDefaultRoleManagementService. createTemplatedRole(String templateId, String resource)Deprecated.ActionStatusDefaultLoginService. logout()Deprecated.ActionStatusDefaultLdapGroupMappingService. removeLdapGroupMapping(String group)Deprecated.ActionStatusDefaultRoleManagementService. removeTemplatedRole(String templateId, String resource)Deprecated.ActionStatusDefaultRoleManagementService. unassignRole(String roleId, String principal)Deprecated.ActionStatusDefaultRoleManagementService. unassignRoleByName(String roleName, String principal)Deprecated.ActionStatusDefaultLdapGroupMappingService. updateLdapGroupMapping(LdapGroupMappingUpdateRequest ldapGroupMappingUpdateRequest)Deprecated.ActionStatusDefaultRoleManagementService. updateRole(String templateId, String oldResource, String newResource)Deprecated.ActionStatusDefaultRoleManagementService. updateRoleDescription(String roleName, String description)Deprecated.ActionStatusDefaultRoleManagementService. updateRoleUsers(Role role)Deprecated.ActionStatusDefaultRoleManagementService. updateUserRoles(User user)Deprecated.
-