Package org.miniorange.saml
Class MoSAMLuserProperty
java.lang.Object
hudson.model.UserProperty
org.miniorange.saml.MoSAMLuserProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable<UserProperty>
,ReconfigurableDescribable<UserProperty>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static final class
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 TypeMethodDescriptionreconfigure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) void
setAttributes
(List<MoSAMLuserProperty.Attribute> attributes) Methods inherited from class hudson.model.UserProperty
all, getDescriptor, setUser
-
Constructor Details
-
MoSAMLuserProperty
-
-
Method Details
-
getAttributes
-
setAttributes
-
reconfigure
public UserProperty reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) - Specified by:
reconfigure
in interfaceReconfigurableDescribable<UserProperty>
- Overrides:
reconfigure
in classUserProperty
-