189190191192193194195
if (!getSessionContext().getIdentityStoreRepository().getSupportedFeatures().isNamedRelationshipsSupported()) { throw new FeatureNotSupportedException("Role management not supported by underlaying configured identity stores"); } return new RoleQueryImpl(this); }