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 |
13 |
|
|
14 |
|
|
|
|
| 0% |
Uncovered Elements: 3 (3) |
Complexity: 1 |
Complexity Density: - |
|
15 |
|
public class SimpleCredentialsService implements CredentialsService { |
16 |
|
|
|
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 1 |
Complexity Density: - |
|
17 |
0
|
public SimpleCredentialsService() {... |
18 |
|
|
19 |
|
} |
20 |
|
|
|
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 1 |
Complexity Density: - |
|
21 |
0
|
public void service(Subject user, Target target, Action action) throws PbaException {... |
22 |
|
|
23 |
|
} |
24 |
|
|
|
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 1 |
Complexity Density: - |
|
25 |
0
|
public void service(Subject user) throws PbaException {... |
26 |
|
|
27 |
|
|
28 |
|
} |
29 |
|
|
30 |
|
} |