Package org.jenkinsci.plugins.saml
Class SamlProperty
- All Implemented Interfaces:
ExtensionPoint,Describable<SamlProperty>
public abstract class SamlProperty
extends AbstractDescribableImpl<SamlProperty>
implements ExtensionPoint
Represents a property that can be configured for SAML authentication.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SamlProperty
public SamlProperty()
-
-
Method Details
-
newExecution
- Returns:
- a new execution for this property, holding any required state.
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<SamlProperty>- Overrides:
getDescriptorin classAbstractDescribableImpl<SamlProperty>
-