hudson.plugins.openid
Class Messages

java.lang.Object
  extended by hudson.plugins.openid.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _OpenIdLoginService_SessionNotFound()
          Unable to find an on-going OpenID session.
static java.lang.String OpenIdLoginService_SessionNotFound()
          Unable to find an on-going OpenID session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

OpenIdLoginService_SessionNotFound

public static java.lang.String OpenIdLoginService_SessionNotFound()
Unable to find an on-going OpenID session. Could it be that you have multiple host names for your Jenkins and you started the authentication in one host name and landed back on another? If so configure the correct Jenkins root URL so that those two host names will be the same


_OpenIdLoginService_SessionNotFound

public static org.jvnet.localizer.Localizable _OpenIdLoginService_SessionNotFound()
Unable to find an on-going OpenID session. Could it be that you have multiple host names for your Jenkins and you started the authentication in one host name and landed back on another? If so configure the correct Jenkins root URL so that those two host names will be the same



Copyright © 2004-2011. All Rights Reserved.