public interface FragmentProperty
Modifier and Type | Field and Description |
---|---|
static String |
GLOBAL_PROPERTY_SCOPE
global standard property scope
|
static boolean |
GROUP_AND_ROLE_PROPERTY_SCOPES_ENABLED
group and role standard property scopes enabled flag
|
static String |
GROUP_PROPERTY_SCOPE
group standard property scope
|
static String |
ROLE_PROPERTY_SCOPE
role standard property scope
|
static String |
USER_PROPERTY_SCOPE
user standard property scope
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get property name.
|
String |
getScope()
Get property scope.
|
String |
getScopeValue()
Get property scope discriminator value.
|
String |
getValue()
Get property value.
|
void |
setName(String name)
Set property name.
|
void |
setScope(String scope)
Set property scope.
|
void |
setScopeValue(String value)
Set property scope discriminator value.
|
void |
setValue(String value)
Set property value.
|
static final String USER_PROPERTY_SCOPE
static final String GROUP_PROPERTY_SCOPE
static final String ROLE_PROPERTY_SCOPE
static final String GLOBAL_PROPERTY_SCOPE
static final boolean GROUP_AND_ROLE_PROPERTY_SCOPES_ENABLED
String getName()
void setName(String name)
name
- property nameString getScope()
void setScope(String scope)
scope
- property scopeString getScopeValue()
void setScopeValue(String value)
value
- property scope discriminatorString getValue()
void setValue(String value)
value
- property valueCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.