类的用途
java.security.IdentityScope

使用 IdentityScope 的包
描述
为安全框架提供类和接口。
  • IdentityScopejava.security 中的用法

    java.security 中返回 IdentityScope 的方法
    修饰符和类型
    方法
    描述
    Identity.getScope()
    已弃用,将被删除:此 API 元素可能会在未来版本中删除。
    返回此身份的范围。
    IdentityScope.getSystemScope()
    已弃用,将被删除:此 API 元素可能会在未来版本中删除。
    返回系统的身份范围。
    java.security 中的方法,参数类型为 IdentityScope
    修饰符和类型
    方法
    描述
    protected static void
    IdentityScope.setSystemScope(IdentityScope scope)
    已弃用,将被删除:此 API 元素可能会在未来版本中删除。
    设置系统的身份范围。
    java.security 中的构造函数,参数类型为 IdentityScope
    修饰符
    构造方法
    描述
     
    Identity(String name, IdentityScope scope)
    已弃用,将被删除:此 API 元素可能会在未来版本中删除。
    构造具有指定名称和范围的 Identity
     
    已弃用,将被删除:此 API 元素可能会在未来版本中删除。
    构造具有指定名称和范围的新身份范围。
     
    Signer(String name, IdentityScope scope)
    已弃用,将被删除:此 API 元素可能会在未来版本中删除。
    创建具有指定身份名称和范围的 Signer