Authorizer instances are created per request with following call to the 
registered factory:

 

  PolarisAuthorizer PolarisAuthorizerFactory.create(RealmConfig config);

 

RealmConfig doesn’t have any methods to obtain realm identifier. How does an 
authorizer implementation find the realm identifier? Perhaps it’s the name of 
the ROOT entity in PolarisResolvedPathWrapper object given to the authorizer in 
authorizeOrThrow()? I find this name to be “root_container” in my tests.

 

Thanks,

Madhan

Reply via email to