Interface AuthorizationService

All Known Implementing Classes:
SecurityRegistry

public interface AuthorizationService
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String actor)
    Return the security context for a given actor (user)
  • Method Details