hudson.security
Class FederatedLoginService.UnclaimedIdentityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hudson.security.FederatedLoginService.UnclaimedIdentityException
All Implemented Interfaces:
Serializable, org.kohsuke.stapler.HttpResponse
Enclosing class:
FederatedLoginService

public static class FederatedLoginService.UnclaimedIdentityException
extends RuntimeException
implements org.kohsuke.stapler.HttpResponse

Used in FederatedLoginService.FederatedIdentity.signin() to indicate that the identifier is not currently associated with anyone.

See Also:
Serialized Form

Field Summary
 FederatedLoginService.FederatedIdentity identity
           
 
Constructor Summary
FederatedLoginService.UnclaimedIdentityException(FederatedLoginService.FederatedIdentity identity)
           
 
Method Summary
 void generateResponse(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, Object node)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

identity

public final FederatedLoginService.FederatedIdentity identity
Constructor Detail

FederatedLoginService.UnclaimedIdentityException

public FederatedLoginService.UnclaimedIdentityException(FederatedLoginService.FederatedIdentity identity)
Method Detail

generateResponse

public void generateResponse(org.kohsuke.stapler.StaplerRequest req,
                             org.kohsuke.stapler.StaplerResponse rsp,
                             Object node)
                      throws IOException,
                             javax.servlet.ServletException
Specified by:
generateResponse in interface org.kohsuke.stapler.HttpResponse
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2013. All Rights Reserved.