[java-opensaml COMMIT] /trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/BindingDescriptor.java

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 1 15:25:56 EST 2016


Author: scantor
Date: Tue Mar  1 15:25:55 2016
New Revision: 4427

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4427&view=rev
Log:
IDP-934 - Support for short identifiers for bindings for logging

https://issues.shibboleth.net/jira/browse/IDP-934

Forgot getter.

Modified:
    trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/BindingDescriptor.java

Modified: trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/BindingDescriptor.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/BindingDescriptor.java?rev=4427&r1=4426&r2=4427&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/BindingDescriptor.java	(original)
+++ trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/BindingDescriptor.java	Tue Mar  1 15:25:55 2016
@@ -146,6 +146,15 @@
     }
     
     /**
+     * Get a short/concise name for the binding.
+     * 
+     * @return the short name
+     */
+    @Nullable @NotEmpty public String getShortName() {
+        return shortName;
+    }
+    
+    /**
      * Set a short/concise name for the binding.
      * 
      * @param name name to set



More information about the commits mailing list