Skip to content

Commit

Permalink
TODO added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Mar 30, 2013
1 parent a4d7829 commit abdac93
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -581,6 +581,7 @@ protected void initPolicyManager(Configuration config, Yanel yanel) throws Excep
try {
String customPolicyManagerFactoryImplClassName = repoConfigElement.getAttribute("class");
pmFactory = (PolicyManagerFactory) Class.forName(customPolicyManagerFactoryImplClassName).newInstance();
log.warn("TODO: Add realm ID '" + getID() + "' to custom configuration...");
policyManager = pmFactory.newPolicyManager(ConfigurationUtil.getCustomConfiguration(repoConfigElement, "policy-manager-config", "http://www.wyona.org/security/1.0"), new RealmConfigPathResolver(this));
} catch (ConfigurationException e) {
pmFactory = yanel.getPolicyManagerFactory("PolicyManagerFactory");
Expand Down

0 comments on commit abdac93

Please sign in to comment.