summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/hjp5/examples/SecuMgrTest.java
blob: fabacf3a7ec0126b812cc553ad4d4255009b8dc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SecuMgrTest.java */

public class SecuMgrTest
{
  public static void main(String[] args)
  {
    System.out.println(
      "user.name is " + System.getProperty("user.name")
    );
  }
}