Interface AbstractHttpSecuritySource.SpecificationContext
-
- Enclosing class:
- AbstractHttpSecuritySource<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
public static interface AbstractHttpSecuritySource.SpecificationContext
Context for theHttpSecuritySource.getSpecification()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addProperty(java.lang.String name)
Adds a property.void
addProperty(java.lang.String name, java.lang.String label)
Adds a property.void
addProperty(HttpSecuritySourceProperty property)
Adds a property.
-
-
-
Method Detail
-
addProperty
void addProperty(java.lang.String name)
Adds a property.- Parameters:
name
- Name of property that is also used as the label.
-
addProperty
void addProperty(java.lang.String name, java.lang.String label)
Adds a property.- Parameters:
name
- Name of property.label
- Label for the property.
-
addProperty
void addProperty(HttpSecuritySourceProperty property)
Adds a property.- Parameters:
property
-HttpSecuritySourceProperty
.
-
-