Class UserPropertyImpl
java.lang.Object
hudson.model.UserProperty
org.jenkinsci.main.modules.cli.auth.ssh.UserPropertyImpl
- All Implemented Interfaces:
ExtensionPoint
,Describable<UserProperty>
,ReconfigurableDescribable<UserProperty>
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.UserProperty
user
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic User
boolean
Checks if this user has the given public key in hisauthorizedKeys
.boolean
isAuthorizedKey
(String sig) Methods inherited from class hudson.model.UserProperty
all, getDescriptor, reconfigure, setUser
-
Field Details
-
authorizedKeys
-
-
Constructor Details
-
UserPropertyImpl
-
-
Method Details
-
has
Checks if this user has the given public key in hisauthorizedKeys
. -
isAuthorizedKey
-
findUser
-