public class HttpSecuritySourcePropertyImpl extends Object implements HttpSecuritySourceProperty
HttpSecuritySourceProperty
implementation.Modifier and Type | Field and Description |
---|---|
protected String |
label
Label of property.
|
protected String |
name
Name of property.
|
Constructor and Description |
---|
HttpSecuritySourcePropertyImpl(String name,
String label)
Initiate with name and label of property.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Obtains the display name of the property.
|
String |
getName()
Obtains name of property.
|
protected final String name
protected final String label
public String getName()
HttpSecuritySourceProperty
getName
in interface HttpSecuritySourceProperty
public String getLabel()
HttpSecuritySourceProperty
null
then the return value of HttpSecuritySourceProperty.getName()
is used.getLabel
in interface HttpSecuritySourceProperty
Copyright © 2005–2016. All rights reserved.