Uses of Interface
org.apache.jetspeed.profiler.rules.PrincipalRule

Packages that use PrincipalRule
org.apache.jetspeed.profiler   
org.apache.jetspeed.profiler.impl   
org.apache.jetspeed.profiler.rules.impl   
 

Uses of PrincipalRule in org.apache.jetspeed.profiler
 

Methods in org.apache.jetspeed.profiler that return PrincipalRule
 PrincipalRule Profiler.createPrincipalRule()
          Factory for PrincipalRule, the container to connect profiling rule and (user) prinicpal
 

Methods in org.apache.jetspeed.profiler with parameters of type PrincipalRule
 void Profiler.deletePrincipalRule(PrincipalRule rule)
           
 void Profiler.storePrincipalRule(PrincipalRule rule)
           
 

Uses of PrincipalRule in org.apache.jetspeed.profiler.impl
 

Methods in org.apache.jetspeed.profiler.impl that return PrincipalRule
 PrincipalRule JetspeedProfilerImpl.createPrincipalRule()
           
 

Methods in org.apache.jetspeed.profiler.impl with parameters of type PrincipalRule
 void JetspeedProfilerImpl.deletePrincipalRule(PrincipalRule rule)
           
 void JetspeedProfilerImpl.storePrincipalRule(PrincipalRule rule)
           
 

Uses of PrincipalRule in org.apache.jetspeed.profiler.rules.impl
 

Classes in org.apache.jetspeed.profiler.rules.impl that implement PrincipalRule
 class PrincipalRuleImpl
          PrincipalRuleImpl
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.