Clover Coverage Report
Coverage timestamp: Sun Mar 23 2008 08:24:39 GMT
0   30   1   0
0   14   -   3
3     1  
1    
 
 
  SimpleCredentialsService       Line # 15 0 1 0% 0.0
 
No Tests
 
1    package issrg.pba.rbac;
2   
3    import issrg.pba.Action;
4    import issrg.pba.CredentialsService;
5    import issrg.pba.PbaException;
6    import issrg.pba.Subject;
7    import issrg.pba.Target;
8   
9   
10    /**
11    *
12    * @author Rune Bjerk
13    *
14    */
 
15    public class SimpleCredentialsService implements CredentialsService {
16   
 
17  0 toggle public SimpleCredentialsService() {
18    // TODO Auto-generated constructor stub
19    }
20   
 
21  0 toggle public void service(Subject user, Target target, Action action) throws PbaException {
22   
23    }
24   
 
25  0 toggle public void service(Subject user) throws PbaException {
26    // TODO Auto-generated method stub
27   
28    }
29   
30    }