ConnectorInstanceFactory factory = compositeConnectorProvider.createFactory(provider);
accessControl = (AuthorizationDomain) factory.createNewInstance("authProvider");
factory.applyAttributes((Connector) accessControl, attributes);
SecurityInterceptor interceptor = new SecurityInterceptor();
interceptor.setAuthorizer(accessControl);
}