Uses of Class
java.security.Identity

Packages that useIdentity
Package
Description
java.security
Provides the classes and interfaces for the security framework.
  • Uses ofIdentity injava.security

    Subclasses ofIdentity injava.security
    Modifier and Type
    Class
    Description
    class 
    Deprecated, 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.
    class 
    Deprecated, 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 returnIdentity
    Modifier and Type
    Method
    Description
    abstractIdentity
    IdentityScope.getIdentity(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns theIdentity in 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 theIdentity whose name is the same as that of the specified principal.
    abstractIdentity
    IdentityScope.getIdentity(PublicKey key)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Retrieves theidentity with the specified public key.
    Methods injava.security that return types with arguments of typeIdentity
    Modifier and Type
    Method
    Description
    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 typeIdentity
    Modifier and Type
    Method
    Description
    abstract void
    IdentityScope.addIdentity(Identity identity)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Adds anIdentity to this identity scope.
    protected boolean
    Identity.identityEquals(Identity identity)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Tests for equality between the specifiedIdentity and thisIdentity.
    abstract void
    IdentityScope.removeIdentity(Identity identity)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Removes anIdentity from this identity scope.