Uses of Class
java.security.IdentityScope
-
Packages that use IdentityScope 软件包 描述 java.security 提供安全框架的类和接口。 -
-
Uses of IdentityScope in java.security
Methods in java.security that return IdentityScope 变量和类型 方法 描述 IdentityScope
Identity. getScope()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此标识的范围。static IdentityScope
IdentityScope. getSystemScope()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回系统的标识范围。Methods in java.security with parameters of type IdentityScope 变量和类型 方法 描述 protected static void
IdentityScope. setSystemScope(IdentityScope scope)
不推荐使用,要删除:此API元素将在以后的版本中删除。设置系统的标识范围。Constructors in java.security with parameters of type IdentityScope 构造器 描述 Identity(String name, IdentityScope scope)
不推荐使用,要删除:此API元素将在以后的版本中删除。构造具有指定名称和范围的标识。IdentityScope(String name, IdentityScope scope)
不推荐使用,要删除:此API元素将在以后的版本中删除。构造具有指定名称和范围的新标识范围。Signer(String name, IdentityScope scope)
不推荐使用,要删除:此API元素将在以后的版本中删除。Creates a signer with the specified identity name and scope.
-