Uses of Class
com.orchestranetworks.rest.security.AuthorizationOutcome
Packages that use AuthorizationOutcome
-
Uses of AuthorizationOutcome in com.orchestranetworks.rest.security
Methods in com.orchestranetworks.rest.security that return AuthorizationOutcomeModifier and TypeMethodDescriptionAuthorizationRule.check(AuthorizationContext aContext) Checks if the user has the proper rights to perform the request.static AuthorizationOutcomeAuthorizationOutcome.createForbidden(UserMessage anUserMessage) Creates a "forbidden" outcome with a localized message.static AuthorizationOutcomeAuthorizationOutcome.createForbidden(String aMessage) Creates a "forbidden" outcome with a message.static AuthorizationOutcomeAuthorizationOutcome.getAuthorized()Factory method that specifies that a user is authorized to access the REST resource.static AuthorizationOutcomeAuthorizationOutcome.getForbidden()Factory method that specifies that a user is forbidden to access the REST resource.