JavaTM Platform
Standard Ed. 6

클래스
java.security.Identity 의 사용

Identity 를 사용하고 있는 패키지
java.security 시큐리티 시스템의 클래스와 인터페이스를 제공합니다.  
 

java.security 에서의 Identity 의 사용
 

java.security 에서의 Identity 의 서브 클래스
 class IdentityScope
          추천 되고 있지 않습니다.  이 클래스는 현재 사용되고 있지 않습니다. 이 클래스의 기능은,java.security.KeyStore 클래스,java.security.cert 패키지, 및 java.security.Principal 클래스로 옮겨졌습니다.
 class Signer
          추천 되고 있지 않습니다.  이 클래스는 현재 사용되고 있지 않습니다. 이 클래스의 기능은,java.security.KeyStore 클래스,java.security.cert 패키지, 및 java.security.Principal 클래스로 옮겨졌습니다.
 

Identity 를 돌려주는 java.security 의 메소드
 Identity IdentityScope. getIdentity (Principal  principal)
          추천 되고 있지 않습니다.  지정된 주체와 같은 이름의 아이덴티티를 가져옵니다.
abstract  Identity IdentityScope. getIdentity (PublicKey  key)
          추천 되고 있지 않습니다.  지정된 공개키의 아이덴티티를 꺼냅니다.
abstract  Identity IdentityScope. getIdentity (String  name)
          추천 되고 있지 않습니다.  이 스코프에 있는 지정된 이름을 가지는 아이덴티티를 (존재하는 경우에) 돌려줍니다.
 

Identity 형의 인수를 가지는 형태를 돌려주는 java.security 의 메소드
abstract  Enumeration <Identity > IdentityScope. identities ()
          추천 되고 있지 않습니다.  이 아이덴티티 스코프내의 모든 아이덴티티를 열거한 것을 돌려줍니다.
 

Identity 형의 파라미터를 가지는 java.security 의 메소드
abstract  void IdentityScope. addIdentity (Identity  identity)
          추천 되고 있지 않습니다.  이 아이덴티티의 스코프에 1 개의 아이덴티티를 추가합니다.
protected  boolean Identity. identityEquals (Identity  identity)
          추천 되고 있지 않습니다.  지정된 아이덴티티와 이 아이덴티티가 동일한지 어떤지를 판정합니다.
abstract  void IdentityScope. removeIdentity (Identity  identity)
          추천 되고 있지 않습니다.  이 아이덴티티의 유효 범위로부터 1 개의 아이덴티티의 스코프를 삭제합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.