Package | Description |
---|---|
hudson.security |
Security-related code.
|
Modifier and Type | Field and Description |
---|---|
FederatedLoginService.FederatedIdentity |
FederatedLoginService.UnclaimedIdentityException.identity |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
SecurityRealm.commenceSignup(FederatedLoginService.FederatedIdentity identity)
Starts the user registration process for a new user that has the given verified identity.
|
org.kohsuke.stapler.HttpResponse |
HudsonPrivateSecurityRealm.commenceSignup(FederatedLoginService.FederatedIdentity identity)
Show the sign up page with the data from the identity.
|
Constructor and Description |
---|
SignupInfo(FederatedLoginService.FederatedIdentity i) |
UnclaimedIdentityException(FederatedLoginService.FederatedIdentity identity) |
Copyright © 2017. All rights reserved.