public static interface AbstractHttpSecuritySource.SpecificationContext
HttpSecuritySource.getSpecification()
.Modifier and Type | Method and Description |
---|---|
void |
addProperty(HttpSecuritySourceProperty property)
Adds a property.
|
void |
addProperty(String name)
Adds a property.
|
void |
addProperty(String name,
String label)
Adds a property.
|
void addProperty(String name)
name
- Name of property that is also used as the label.void addProperty(String name, String label)
name
- Name of property.label
- Label for the property.void addProperty(HttpSecuritySourceProperty property)
property
- HttpSecuritySourceProperty
.Copyright © 2005–2016. All rights reserved.