X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Ftrust%2Fabac_credential.py;h=f454d18a155fe62c38fbf8d835c40dd44c06831d;hp=407f405f9fc330f39481a6d9eb6825f477dc43bf;hb=27e30f7854884928bd4850afa3c6ce5c7f93f7f4;hpb=1401aaebffc6b1fdac213ede293dc60d81c65496 diff --git a/sfa/trust/abac_credential.py b/sfa/trust/abac_credential.py index 407f405f..f454d18a 100644 --- a/sfa/trust/abac_credential.py +++ b/sfa/trust/abac_credential.py @@ -185,7 +185,7 @@ class ABACCredential(Credential): # sounds like this should be __repr__ instead ?? # Produce the ABAC assertion. Something like [ABAC cred: Me.role<-You] or similar - def get_summary_tostring(self): + def pretty_cred(self): result = "[ABAC cred: " + str(self.get_head()) for tail in self.get_tails(): result += "<-%s" % str(tail)