[java-shib-idp2 COMMIT] in /branches/REL_2/src: main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/Remo...

noreply at shibboleth.net noreply at shibboleth.net
Sun Feb 26 23:08:30 GMT 2012


Author: lajoie
Date: Sun Feb 26 23:08:30 2012
New Revision: 3102

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3102&view=rev
Log:
cleanup javadoc

Modified:
    branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/RemoteUserAuthServlet.java
    branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/UsernamePasswordLoginServlet.java
    branches/REL_2/src/test/java/edu/internet2/middleware/shibboleth/idp/ShibTestBootstrap.java

Modified: branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/RemoteUserAuthServlet.java
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/RemoteUserAuthServlet.java?rev=3102&r1=3101&r2=3102&view=diff
==============================================================================
--- branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/RemoteUserAuthServlet.java (original)
+++ branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/RemoteUserAuthServlet.java Sun Feb 26 23:08:30 2012
@@ -37,9 +37,9 @@
 /**
  * Extracts the REMOTE_USER and places it in a request attribute to be used by the authentication engine.
  * 
- * By default, this Servlet assumes that the authentication method {@value AuthnContext#PPT_AUTHN_CTX} to be returned to
- * the authentication engine. This can be override by setting the servlet configuration parameter
- * {@value LoginHandler#AUTHENTICATION_METHOD_KEY}.
+ * By default, this Servlet assumes that the authentication method
+ * <code>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</code> to be returned to the authentication
+ * engine. This can be override by setting the servlet configuration parameter <code>authnMethod</code>.
  */
 public class RemoteUserAuthServlet extends HttpServlet {
 

Modified: branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/UsernamePasswordLoginServlet.java
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/UsernamePasswordLoginServlet.java?rev=3102&r1=3101&r2=3102&view=diff
==============================================================================
--- branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/UsernamePasswordLoginServlet.java (original)
+++ branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/authn/provider/UsernamePasswordLoginServlet.java Sun Feb 26 23:08:30 2012
@@ -48,9 +48,9 @@
  * This Servlet authenticates a user via JAAS. The user's credential is always added to the returned {@link Subject} as
  * a {@link UsernamePasswordCredential} within the subject's private credentials.
  * 
- * By default, this Servlet assumes that the authentication method {@value AuthnContext#PPT_AUTHN_CTX} to be returned to
- * the authentication engine. This can be override by setting the servlet configuration parameter
- * {@value LoginHandler#AUTHENTICATION_METHOD_KEY}.
+ * By default, this Servlet assumes that the authentication method
+ * <code>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</code> to be returned to the authentication
+ * engine. This can be override by setting the servlet configuration parameter <code>authnMethod</code>.
  */
 public class UsernamePasswordLoginServlet extends HttpServlet {
 

Modified: branches/REL_2/src/test/java/edu/internet2/middleware/shibboleth/idp/ShibTestBootstrap.java
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/test/java/edu/internet2/middleware/shibboleth/idp/ShibTestBootstrap.java?rev=3102&r1=3101&r2=3102&view=diff
==============================================================================
--- branches/REL_2/src/test/java/edu/internet2/middleware/shibboleth/idp/ShibTestBootstrap.java (original)
+++ branches/REL_2/src/test/java/edu/internet2/middleware/shibboleth/idp/ShibTestBootstrap.java Sun Feb 26 23:08:30 2012
@@ -28,7 +28,6 @@
     /** List of XMLTooling configuration files with test configuration. */
     private static String[] testConfigs = { "/shibboleth-saml-ext-config.xml", };
 
-    /** {@inheritDoc} */
     public static synchronized void bootstrap() throws ConfigurationException {
         DefaultBootstrap.bootstrap();
 



More information about the commits mailing list