[java-shib-idp2 COMMIT] /branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/config/profile/authn/Ex...

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 21 14:59:53 BST 2011


Author: lajoie
Date: Fri Oct 21 14:59:53 2011
New Revision: 3082

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3082&view=rev
Log:
Fix property names so Spring is happy

Modified:
    branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/config/profile/authn/ExternalAuthnSystemLoginHandlerFactoryBean.java

Modified: branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/config/profile/authn/ExternalAuthnSystemLoginHandlerFactoryBean.java
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/config/profile/authn/ExternalAuthnSystemLoginHandlerFactoryBean.java?rev=3082&r1=3081&r2=3082&view=diff
==============================================================================
--- branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/config/profile/authn/ExternalAuthnSystemLoginHandlerFactoryBean.java (original)
+++ branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/config/profile/authn/ExternalAuthnSystemLoginHandlerFactoryBean.java Fri Oct 21 14:59:53 2011
@@ -80,7 +80,7 @@
      * 
      * @return whether this handler supports passive authentication
      */
-    public boolean supportsPassive() {
+    public boolean supportsPassiveAuthentication() {
         return supportsPassive;
     }
 
@@ -89,7 +89,7 @@
      * 
      * @param supported whether this handler supports passive authentication.
      */
-    public void setSupportsPassive(boolean supported) {
+    public void setSupportsPassiveAuthentication(boolean supported) {
         supportsPassive = supported;
     }
 



More information about the commits mailing list