|
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | ||||||||
javax.xml.ws Class WebServicePermission
java.lang.Objectjava.security.Permission
java.security.BasicPermission
javax.xml.ws.WebServicePermission
- 所有已实现的接口:
- Serializable, Guard
public final class WebServicePermission
- extends BasicPermission
This class defines web service permissions.
Web service Permissions are identified by name (also referred to as a "target name") alone. There are no actions associated with them.
The following permission target name is defined:
- publishEndpoint
The publishEndpoint permission allows publishing a
web service endpoint using the publish methods
defined by the javax.xml.ws.Endpoint class.
| 构造器摘要 | |
|---|---|
WebServicePermission(String name)
Creates a new permission with the specified name. |
|
WebServicePermission(String name,
String actions)
Creates a new permission with the specified name and actions. |
|
| 方法摘要 |
|---|
| 类方法继承 java.security.BasicPermission |
|---|
equals, getActions, hashCode, implies, newPermissionCollection |
| 类方法继承 java.security.Permission |
|---|
checkGuard, getName, toString |
| 类方法继承 java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 构造器详细信息 |
|---|
WebServicePermission
public WebServicePermission(String name)
- Creates a new permission with the specified name.
- 参数:
name- the name of theWebServicePermission
WebServicePermission
public WebServicePermission(String name, String actions)
- Creates a new permission with the specified name and actions.
The
actionsparameter is currently unused and it should benull.- 参数:
name- the name of theWebServicePermissionactions- should benull
|
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | ||||||||
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.
