Uses of Class
java.security.Identity
Packages that useIdentity
Uses ofIdentity injava.security
Subclasses ofIdentity injava.securityModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.This class is deprecated and subject to removal in a future version of Java SE.classDeprecated, for removal: This API element is subject to removal in a future version.This class is deprecated and subject to removal in a future version of Java SE.Methods injava.security that returnIdentityModifier and TypeMethodDescriptionabstractIdentityIdentityScope.getIdentity(String name) Deprecated, for removal: This API element is subject to removal in a future version.Returns theIdentityin this scope with the specified name (if any).IdentityScope.getIdentity(Principal principal) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves theIdentitywhose name is the same as that of the specified principal.abstractIdentityIdentityScope.getIdentity(PublicKey key) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves theidentitywith the specified public key.Methods injava.security that return types with arguments of typeIdentityModifier and TypeMethodDescriptionabstractEnumeration<Identity> IdentityScope.identities()Deprecated, for removal: This API element is subject to removal in a future version.Returns an enumeration of all identities in this identity scope.Methods injava.security with parameters of typeIdentityModifier and TypeMethodDescriptionabstract voidIdentityScope.addIdentity(Identity identity) Deprecated, for removal: This API element is subject to removal in a future version.Adds anIdentityto this identity scope.protected booleanIdentity.identityEquals(Identity identity) Deprecated, for removal: This API element is subject to removal in a future version.Tests for equality between the specifiedIdentityand thisIdentity.abstract voidIdentityScope.removeIdentity(Identity identity) Deprecated, for removal: This API element is subject to removal in a future version.Removes anIdentityfrom this identity scope.