| Package | Description |
|---|---|
| org.apache.jetspeed.profiler |
| Modifier and Type | Method and Description |
|---|---|
PrincipalRule |
Profiler.createPrincipalRule()
Factory for PrincipalRule, the container to connect profiling rule and
(user) principals
Replaces the previous Class.forName and .instantiate logic with the
Spring based factory.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalRule> |
Profiler.getRulesForPrincipal(Principal principal)
For a given principal, find all supported locators and return a
collection of principal rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profiler.deletePrincipalRule(PrincipalRule rule) |
void |
Profiler.storePrincipalRule(PrincipalRule rule) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.