Package hudson.security
Class FederatedLoginService.UnclaimedIdentityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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:
-
Field Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
generateResponse
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, Object node) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.kohsuke.stapler.HttpResponse
generateResponse
-
Field Details
-
identity
-
-
Constructor Details
-
UnclaimedIdentityException
-
-
Method Details
-
generateResponse
public void generateResponse(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, Object node) throws IOException, jakarta.servlet.ServletException - Specified by:
generateResponse
in interfaceorg.kohsuke.stapler.HttpResponse
- Throws:
IOException
jakarta.servlet.ServletException
-