[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/spnego/impl/SPNEGOAutoLo...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 23 00:18:37 EDT 2015
Author: scantor
Date: Fri Oct 23 00:18:37 2015
New Revision: 7860
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7860&view=rev
Log:
IDP-111 - add a static constant for the signaling parameter name
Modified:
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/spnego/impl/SPNEGOAutoLoginManager.java
Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/spnego/impl/SPNEGOAutoLoginManager.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/spnego/impl/SPNEGOAutoLoginManager.java?rev=7860&r1=7859&r2=7860&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/spnego/impl/SPNEGOAutoLoginManager.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/spnego/impl/SPNEGOAutoLoginManager.java Fri Oct 23 00:18:37 2015
@@ -34,7 +34,10 @@
* Component managing the auto-login state via cookie.
*/
public class SPNEGOAutoLoginManager extends AbstractInitializableComponent {
-
+
+ /** Name of the SPNEGO auto-login signaling parameter. */
+ @Nonnull @NotEmpty public static final String AUTOLOGIN_PARAMETER_NAME = "_shib_idp_SPNEGO_enable_autologin";
+
/** Name of the SPNEGO auto-login cookie. */
@Nonnull @NotEmpty public static final String AUTOLOGIN_COOKIE_NAME = "_idp_spnego_autologin";
More information about the commits
mailing list