public interface PrincipalRule extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getLocatorName()
Gets the name of the locator in this principal/rule/locator pair association.
|
String |
getPrincipalName()
Gets the name of the principal in this principal/rule/locator pair association.
|
ProfilingRule |
getProfilingRule()
Gets the profiling rule associated with the principal name
|
void |
setLocatorName(String name)
Sets the name of the locator in this principal/locator/rule pair association.
|
void |
setPrincipalName(String name)
Sets the name of the principal in this principal/rule/locator pair association.
|
void |
setProfilingRule(ProfilingRule rule)
Sets the profiling rule associated with the principal name
|
String getPrincipalName()
void setPrincipalName(String name)
name
- The name of the principal in this association.String getLocatorName()
void setLocatorName(String name)
name
- The name of the locator in this association.ProfilingRule getProfilingRule()
void setProfilingRule(ProfilingRule rule)
rule
- The profiling rule associated with the principal nameCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.