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 Modifier and Type 方法 描述 IdentityScope
Identity. getScope()
已过时。返回此身份的范围。static IdentityScope
IdentityScope. getSystemScope()
已过时。返回系统的身份范围。Methods in java.security with parameters of type IdentityScope Modifier and Type 方法 描述 protected static void
IdentityScope. setSystemScope(IdentityScope scope)
已过时。设置系统的身份范围。Constructors in java.security with parameters of type IdentityScope Constructor 描述 Identity(String name, IdentityScope scope)
已过时。构造具有指定名称和范围的身份。IdentityScope(String name, IdentityScope scope)
已过时。构造具有指定名称和范围的新的身份范围。Signer(String name, IdentityScope scope)
已过时。Creates a signer with the specified identity name and scope.
-