public class UserPropertyImpl
extends hudson.model.UserProperty
Modifier and Type | Class and Description |
---|---|
static class |
UserPropertyImpl.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
String |
authorizedKeys |
Constructor and Description |
---|
UserPropertyImpl(String authorizedKeys) |
Modifier and Type | Method and Description |
---|---|
static hudson.model.User |
findUser(PublicKey identity) |
boolean |
has(PublicKey pk)
Checks if this user has the given public key in his
authorizedKeys . |
boolean |
isAuthorizedKey(String sig) |
public String authorizedKeys
@DataBoundConstructor public UserPropertyImpl(String authorizedKeys)
public boolean has(PublicKey pk)
authorizedKeys
.public boolean isAuthorizedKey(String sig)
public static hudson.model.User findUser(PublicKey identity)
Copyright © 2014. All rights reserved.