Interface AbstractHttpSecuritySource.SpecificationContext
- Enclosing class:
- AbstractHttpSecuritySource<A,
AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>>
public static interface AbstractHttpSecuritySource.SpecificationContext
Context for the
HttpSecuritySource.getSpecification().-
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String name) Adds a property.voidaddProperty(String name, String label) Adds a property.voidaddProperty(HttpSecuritySourceProperty property) Adds a property.
-
Method Details
-
addProperty
Adds a property.- Parameters:
name- Name of property that is also used as the label.
-
addProperty
Adds a property.- Parameters:
name- Name of property.label- Label for the property.
-
addProperty
Adds a property.- Parameters:
property-HttpSecuritySourceProperty.
-