git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1972
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
return wrappedMetadataProvider.getRole(entityID, roleName);
}
- public List<RoleDescriptor> getRole(String entityID, QName roleName, String supportedProtocol)
+ public RoleDescriptor getRole(String entityID, QName roleName, String supportedProtocol)
throws MetadataProviderException {
return wrappedMetadataProvider.getRole(entityID, roleName, supportedProtocol);
notify();
}
}
+
}
\ No newline at end of file