接口 EndpointAccessResolver

所有已知实现类:
PropertiesEndpointAccessResolver

public interface EndpointAccessResolver
Resolver for the permitted level of access to an endpoint.
从以下版本开始:
3.4.0
作者:
Andy Wilkinson
  • 方法概要

    修饰符和类型
    方法
    说明
    accessFor(EndpointId endpointId, Access defaultAccess)
    Resolves the permitted level of access for the endpoint with the given endpointId and defaultAccess.
  • 方法详细资料

    • accessFor

      Access accessFor(EndpointId endpointId, Access defaultAccess)
      Resolves the permitted level of access for the endpoint with the given endpointId and defaultAccess.
      参数:
      endpointId - the ID of the endpoint
      defaultAccess - the default access level of the endpoint
      返回:
      the permitted level of access, never null