public class SamlCustomProperty extends UserProperty
Modifier and Type | Class and Description |
---|---|
static class |
SamlCustomProperty.Attribute |
static class |
SamlCustomProperty.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
user
Constructor and Description |
---|
SamlCustomProperty(List<SamlCustomProperty.Attribute> attributes) |
Modifier and Type | Method and Description |
---|---|
List<SamlCustomProperty.Attribute> |
getAttributes() |
UserProperty |
reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form) |
void |
setAttributes(List<SamlCustomProperty.Attribute> attributes) |
all, getDescriptor, setUser
@DataBoundConstructor public SamlCustomProperty(List<SamlCustomProperty.Attribute> attributes)
@NonNull public List<SamlCustomProperty.Attribute> getAttributes()
public void setAttributes(List<SamlCustomProperty.Attribute> attributes)
public UserProperty reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) throws Descriptor.FormException
reconfigure
in interface ReconfigurableDescribable<UserProperty>
reconfigure
in class UserProperty
Descriptor.FormException
Copyright © 2016–2021. All rights reserved.