0,0 → 1,18 |
/* */ package net.brutex.xservices.security; |
/* */ |
/* */ import java.io.PrintStream; |
/* */ |
/* */ public class StandardSecurityManager |
/* */ implements SecurityManager |
/* */ { |
/* */ public boolean canExecute(String method, Identity identity) |
/* */ { |
/* 9 */ System.out.println("User '" + identity.getUUID() + "' accesses '" + method + "'"); |
/* 10 */ return true; |
/* */ } |
/* */ } |
|
/* Location: C:\Users\brosenberger\Documents\My Box Files\XBridgeNG-download\XServices-20130131 - Kopie\WEB-INF\classes\net.zip |
* Qualified Name: net.brutex.xservices.security.StandardSecurityManager |
* JD-Core Version: 0.6.2 |
*/ |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |