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:
- Serialized Form
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 |
identity
public final FederatedLoginService.FederatedIdentity identity
FederatedLoginService.UnclaimedIdentityException
public FederatedLoginService.UnclaimedIdentityException(FederatedLoginService.FederatedIdentity identity)
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.