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
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.StaplerRequest req, net.sf.json.JSONObject form) voidsetAttributes(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:
reconfigurein interfaceReconfigurableDescribable<UserProperty>- Overrides:
reconfigurein classUserProperty
-