Class OpenShiftUserInfo
java.lang.Object
hudson.model.UserProperty
org.openshift.jenkins.plugins.openshiftlogin.OpenShiftUserInfo
- All Implemented Interfaces:
ExtensionPoint
,Describable<UserProperty>
,ReconfigurableDescribable<UserProperty>
Represents an identity information from the oauth provider.
This is from https://SERVER/oapi/v1/user/~
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
FieldsFields inherited from class hudson.model.UserProperty
user
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.UserProperty
all, allByCategoryClass, getDescriptor, reconfigure, reconfigure, setUser
-
Field Details
-
metadata
-
email
-
-
Constructor Details
-
OpenShiftUserInfo
public OpenShiftUserInfo()
-
-
Method Details
-
getEmail
-
getName
-
updateProfile
Updates the user information on Jenkins based on the information in this identity.- Throws:
IOException
-