|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 CodeSource 的软件包 | |
---|---|
java.net | 为实现网络应用程序提供类。 |
java.security | 为安全框架提供类和接口。 |
javax.security.auth | 此包提供用于进行验证和授权的框架。 |
java.net 中 CodeSource 的使用 |
---|
参数类型为 CodeSource 的 java.net 中的方法 | |
---|---|
protected PermissionCollection |
URLClassLoader.getPermissions(CodeSource codesource) 返回给定 codesource 对象的权限。 |
java.security 中 CodeSource 的使用 |
---|
返回 CodeSource 的 java.security 中的方法 | |
---|---|
CodeSource |
ProtectionDomain.getCodeSource() 返回此域的 CodeSource。 |
参数类型为 CodeSource 的 java.security 中的方法 | |
---|---|
protected Class<?> |
SecureClassLoader.defineClass(String name, byte[] b, int off, int len, CodeSource cs) 使用可选的 CodeSource 将 byte 数组转换为 Class 类的实例。 |
protected Class<?> |
SecureClassLoader.defineClass(String name, ByteBuffer b, CodeSource cs) 使用可选的 CodeSource 将 ByteBuffer 转换为 Class 类的实例。 |
protected PermissionCollection |
PolicySpi.engineGetPermissions(CodeSource codesource) 返回包含授予指定 CodeSource 的权限集的 PermissionCollection 对象。 |
PermissionCollection |
Policy.getPermissions(CodeSource codesource) 返回一个 PermissionCollection 对象,它包含授予指定 CodeSource 的权限集。 |
protected PermissionCollection |
SecureClassLoader.getPermissions(CodeSource codesource) 返回给定的 CodeSource 对象的权限。 |
boolean |
CodeSource.implies(CodeSource codesource) 如果此 CodeSource 对象“暗含”指定的 CodeSource,则返回 true。 |
参数类型为 CodeSource 的 java.security 中的构造方法 | |
---|---|
ProtectionDomain(CodeSource codesource, PermissionCollection permissions) 创建具有给定 CodeSource 和 Permissions 的新 ProtectionDomain。 |
|
ProtectionDomain(CodeSource codesource, PermissionCollection permissions, ClassLoader classloader, Principal[] principals) 创建由给定的 CodeSource、Permissions、ClassLoader 和 Principal 数组限定的新 ProtectionDomain。 |
javax.security.auth 中 CodeSource 的使用 |
---|
参数类型为 CodeSource 的 javax.security.auth 中的方法 | |
---|---|
abstract PermissionCollection |
Policy.getPermissions(Subject subject, CodeSource cs) 已过时。 获取授予与指定的 CodeSource 关联的 Principals 的 Permissions。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。