⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 watchsimulation.java

📁 一个完整的XACML工程,学习XACML技术的好例子!
💻 JAVA
字号:
/*
 * WatchSimulation.java
 *
 * Created on 19 November 2006, 16:36
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package uk.ac.kent.dpa.coord.clients;

/**
 *
 * @author ls97
 */
public class WatchSimulation {
    
    /** Creates a new instance of WatchSimulation */
    public WatchSimulation() {
    }
    
    public static void main(String[] arg) {
        String serviceURI="http://129.12.16.150:8080/wsrf/services/org/globus/services/core/test"; 
        try {
            uk.ac.kent.dpa.coord.clients.TestingClientObject tester = 
                    new uk.ac.kent.dpa.coord.clients.TestingClientObject(serviceURI,"/home/security-desc.xml");
            tester.stop();
        } catch (uk.ac.kent.dpa.coord.clients.TestingClientException ae) {
            System.out.println(ae);
        }
     }    
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -