JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
ch.tocco.nice2.rest.core.spi
MethodSecurityHandler
Contents
Description
Method Summary
Method Details
supports(Method)
allowAccess(Method)
Hide sidebar
Show sidebar
Interface MethodSecurityHandler
All Known Implementing Classes:
OptionsHandler
public interface
MethodSecurityHandler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
allowAccess
(
Method
method)
boolean
supports
(
Method
method)
Method Details
supports
boolean
supports
(
Method
method)
allowAccess
boolean
allowAccess
(
Method
method)