Description
As discussed in [0], API users would benefit from being able to get an Authorizable of a given type.
In order to allow this, we may add
<T> T getAuthorizable(@Nonnull String id, Class<T> authorizableClass) throws AuthorizableTypeException