所有类


类 java.security.CodeSource
的使用

使用 CodeSource 的软件包
java.net 为实现网络应用程序提供类。 
java.security 为安全框架提供类和接口。 
javax.security.auth 此包提供用于进行身份验证和授权的框架。 
 

java.netCodeSource 的使用
 

参数类型为 CodeSourcejava.net 中的方法
protected  PermissionCollection URLClassLoader.getPermissions(CodeSource codesource)
          返回给定 codesource 对象的权限。
 

java.securityCodeSource 的使用
 

返回 CodeSourcejava.security 中的方法
 CodeSource ProtectionDomain.getCodeSource()
          返回此域的 CodeSource。
 

参数类型为 CodeSourcejava.security 中的方法
protected  Class<?> SecureClassLoader.defineClass(String name, byte[] b, int off, int len, CodeSource cs)
          使用可选的 CodeSource 将字节数组转换为 Class 类的实例。
protected  Class<?> SecureClassLoader.defineClass(String name, ByteBuffer b, CodeSource cs)
          使用可选的 CodeSource 将 ByteBuffer 转换为 Class 类的实例。
protected  PermissionCollection SecureClassLoader.getPermissions(CodeSource codesource)
          返回给定的 CodeSource 对象的权限。
abstract  PermissionCollection Policy.getPermissions(CodeSource codesource)
          评估全局策略并返回 PermissionCollection 对象,该对象为来自指定代码源的代码指定所允许的权限集合。
 boolean CodeSource.implies(CodeSource codesource)
          如果此 CodeSource 对象“暗含”指定的 CodeSource,则返回 true。
 

参数类型为 CodeSourcejava.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.authCodeSource 的使用
 

参数类型为 CodeSourcejavax.security.auth 中的方法
abstract  PermissionCollection Policy.getPermissions(Subject subject, CodeSource cs)
          已过时。 检索授予与指定的 CodeSource 关联的 Principals 的 Permissions。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部