Package org.jenkinsci.plugins.saml.user
Class SamlCustomProperty
java.lang.Object
hudson.model.UserProperty
org.jenkinsci.plugins.saml.user.SamlCustomProperty
- All Implemented Interfaces:
ExtensionPoint,Describable<UserProperty>,ReconfigurableDescribable<UserProperty>
Store custom SAMl Attributes read from SAML Response.
- Author:
- Kuisathaverat
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.UserProperty
user -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) voidsetAttributes(List<SamlCustomProperty.Attribute> attributes) Methods inherited from class hudson.model.UserProperty
all, allByCategoryClass, getDescriptor, reconfigure, setUser
-
Constructor Details
-
SamlCustomProperty
-
-
Method Details
-
getAttributes
-
setAttributes
-
reconfigure
public UserProperty reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) - Specified by:
reconfigurein interfaceReconfigurableDescribable<UserProperty>- Overrides:
reconfigurein classUserProperty
-