public class UserPropertyImpl extends UserProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
UserPropertyImpl.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
String |
authorizedKeys |
user| Constructor and Description |
|---|
UserPropertyImpl(String authorizedKeys) |
| Modifier and Type | Method and Description |
|---|---|
static User |
findUser(PublicKey identity) |
boolean |
has(PublicKey pk)
Checks if this user has the given public key in his
authorizedKeys. |
boolean |
isAuthorizedKey(String sig) |
all, getDescriptor, reconfigure, setUserpublic String authorizedKeys
@DataBoundConstructor public UserPropertyImpl(String authorizedKeys)
public boolean has(PublicKey pk)
authorizedKeys.public boolean isAuthorizedKey(String sig)
Copyright © 2016–2019. All rights reserved.