api/policies/SwordPolicy:
API actions
There are 5 actions you can permit:- Create:
operations.CREATEakaSwordResource.createmethod - Delete:
operations.DELETEakaSwordResource().deletemethod - Detail:
operations.DETAILakaSwordResource.membermethod - List:
operations.LISTakaSwordResource.collectionmethod - Update:
operations.UPDATEakaSwordResource().updatemethod
API scopes
There are 2 scopes you can permit:- Private:
OauthScope.CLIENT_PRIVATE; user must be logged in to have access - Public:
OauthScope.CLIENT_PUBLIC; user must be logged out to have access