Updated class to track OpeSAML interface changes.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 12 Jul 2006 21:01:16 +0000 (21:01 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 12 Jul 2006 21:01:16 +0000 (21:01 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1972 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/idp/IdPProtocolSupport.java

index 9140c98..97eb343 100644 (file)
@@ -308,7 +308,7 @@ public class IdPProtocolSupport implements MetadataProvider {
                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);
@@ -346,4 +346,5 @@ public class IdPProtocolSupport implements MetadataProvider {
                        notify();
                }
        }
+
 }
\ No newline at end of file