Class ForwardedUserData
java.lang.Object
org.jenkinsci.plugins.reverse_proxy_auth.data.ForwardedUserData
User data forwarded by the reverse proxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
void
setDisplayName
(String displayName) void
boolean
Update the forwarded data to the jenkins user.
-
Constructor Details
-
ForwardedUserData
public ForwardedUserData()
-
-
Method Details
-
getEmail
-
setEmail
-
getDisplayName
-
setDisplayName
-
update
Update the forwarded data to the jenkins user.- Returns:
- true if updated and saved
-