JavaTM 2 Platform
Standard Ed. 5.0

ÀÎÅÍÆäÀ̽º
javax.naming.directory.Attributes »ç¿ë

Attributes¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
javax.naming.directory javax.naming ÆÐÅ°Áö¸¦ È®ÀåÇØ, µð·ºÅ丮 ¼­ºñ½º¿¡ ¾×¼¼½º ÇÏ´Â ±â´ÉÀ» Á¦°øÇÕ´Ï´Ù.  
javax.naming.ldap LDAPv3 È®Àå Á¶ÀÛ°ú ÄÁÆ®·ÑÀ» Áö¿ø ÇÕ´Ï´Ù.  
javax.naming.spi javax.naming ¹× °ü·Ã ÆÐÅ°Áö¿¡ÀÇÇØ ³×ÀÌ¹Ö ¼­ºñ½º ¹× µð·ºÅ丮 ¼­ºñ½º¿¡ÀÇ ¾×¼¼½º¸¦ µ¿ÀûÀ¸·Î Ç÷¯±× ÀÎ ÇÏ´Â ¼ö´ÜÀ» Á¦°øÇÕ´Ï´Ù.  
 

javax.naming.directory ¿¡¼­ÀÇ Attributes »ç¿ë
 

Attributes¸¦ ±¸ÇöÇÏ°í ÀÖ´Â javax.naming.directory Ŭ·¡½º
 class BasicAttributes
          ÀÌ Å¬·¡½º´Â Attributes ÀÎÅÍÆäÀ̽ºÀÇ ±âº»ÀûÀÎ ±¸ÇöÀ» Á¦°øÇÕ´Ï´Ù.
 

Attributes¸¦ µ¹·ÁÁÖ´Â javax.naming.directory ¸Þ¼­µå
 Attributes SearchResult. getAttributes ()
          ÀÌ °Ë»ö °á°úÀÇ ¼Ó¼ºÀ» ÃëµæÇÕ´Ï´Ù.
 Attributes InitialDirContext. getAttributes (Name  name)
           
 Attributes DirContext. getAttributes (Name  name)
          ÁöÁ¤µÈ °´Ã¼¿¡ °ü·ÃµÈ ¼Ó¼ºÀ» ¸ðµÎ ÃëµæÇÕ´Ï´Ù.
 Attributes InitialDirContext. getAttributes (Name  name, String [] attrIds)
           
 Attributes DirContext. getAttributes (Name  name, String [] attrIds)
          ÁöÁ¤µÈ °´Ã¼¿¡ °ü·ÃµÈ ¼Ó¼ºÀ¸·Î ¼±ÅÃµÈ °ÍÀ» ÃëµæÇÕ´Ï´Ù.
 Attributes InitialDirContext. getAttributes (String  name)
           
 Attributes DirContext. getAttributes (String  name)
          À̸§ ÷ºÎ °´Ã¼¿¡ °ü·ÃµÈ ¼Ó¼ºÀ» ¸ðµÎ ÃëµæÇÕ´Ï´Ù.
 Attributes InitialDirContext. getAttributes (String  name, String [] attrIds)
           
 Attributes DirContext. getAttributes (String  name, String [] attrIds)
          À̸§ ÷ºÎ °´Ã¼¿¡ °ü·ÃµÈ ¼Ó¼ºÀ¸·Î ¼±ÅÃµÈ °ÍÀ» ÃëµæÇÕ´Ï´Ù.
 

Attributes ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.naming.directory ¸Þ¼­µå
 void InitialDirContext. bind (Name  name, Object  obj, Attributes  attrs)
           
 void DirContext. bind (Name  name, Object  obj, Attributes  attrs)
          °ü·ÃµÈ ¼Ó¼º°ú ÇÔ²², À̸§À» °´Ã¼¿¡ ¹ÙÀεå ÇÕ´Ï´Ù.
 void InitialDirContext. bind (String  name, Object  obj, Attributes  attrs)
           
 void DirContext. bind (String  name, Object  obj, Attributes  attrs)
          °ü·ÃµÈ ¼Ó¼º°ú ÇÔ²², À̸§À» °´Ã¼¿¡ ¹ÙÀεå ÇÕ´Ï´Ù.
 DirContext InitialDirContext. createSubcontext (Name  name, Attributes  attrs)
           
 DirContext DirContext. createSubcontext (Name  name, Attributes  attrs)
          °ü·ÃµÈ ¼Ó¼º°ú ÇÔ²², »õ·Î¿î ÄÁÅؽºÆ®¸¦ ÀÛ¼ºÇØ ¹ÙÀεå ÇÕ´Ï´Ù.
 DirContext InitialDirContext. createSubcontext (String  name, Attributes  attrs)
           
 DirContext DirContext. createSubcontext (String  name, Attributes  attrs)
          °ü·ÃµÈ ¼Ó¼º°ú ÇÔ²², À̸§À» °´Ã¼¿¡ ¹ÙÀεå ÇÕ´Ï´Ù.
 void InitialDirContext. modifyAttributes (Name  name, int mod_op, Attributes  attrs)
           
 void DirContext. modifyAttributes (Name  name, int mod_op, Attributes  attrs)
          ÁöÁ¤µÈ °´Ã¼¿¡ °ü·ÃµÈ ¼Ó¼ºÀ» º¯°æÇÕ´Ï´Ù.
 void InitialDirContext. modifyAttributes (String  name, int mod_op, Attributes  attrs)
           
 void DirContext. modifyAttributes (String  name, int mod_op, Attributes  attrs)
          À̸§ ÷ºÎ °´Ã¼¿¡ °ü·ÃµÈ ¼Ó¼ºÀ» º¯°æÇÕ´Ï´Ù.
 void InitialDirContext. rebind (Name  name, Object  obj, Attributes  attrs)
           
 void DirContext. rebind (Name  name, Object  obj, Attributes  attrs)
          °ü·ÃµÈ ¼Ó¼º°ú ÇÔ²² À̸§À» °´Ã¼¿¡ ¹ÙÀεå ÇØ, ±âÁ¸ÀÇ ¹ÙÀεùÀ» ¿À¹ö¶óÀ̵å(override) ÇÕ´Ï´Ù.
 void InitialDirContext. rebind (String  name, Object  obj, Attributes  attrs)
           
 void DirContext. rebind (String  name, Object  obj, Attributes  attrs)
          °ü·ÃµÈ ¼Ó¼º°ú ÇÔ²² À̸§À» °´Ã¼¿¡ ¹ÙÀεå ÇØ, ±âÁ¸ÀÇ ¹ÙÀεùÀ» ¿À¹ö¶óÀ̵å(override) ÇÕ´Ï´Ù.
 NamingEnumeration <SearchResult > InitialDirContext. search (Name  name, Attributes  matchingAttributes)
           
 NamingEnumeration <SearchResult > DirContext. search (Name  name, Attributes  matchingAttributes)
          ÁöÁ¤µÈ ¼Ó¼º¼¼Æ®¸¦ Æ÷ÇÔÇÑ °´Ã¼¸¦ ´ÜÀÏ ÄÁÅؽºÆ® À¸·Î °Ë»öÇÕ´Ï´Ù.
 NamingEnumeration <SearchResult > InitialDirContext. search (Name  name, Attributes  matchingAttributes, String [] attributesToReturn)
           
 NamingEnumeration <SearchResult > DirContext. search (Name  name, Attributes  matchingAttributes, String [] attributesToReturn)
          ÁöÁ¤µÈ ¼Ó¼º¼¼Æ®¸¦ Æ÷ÇÔÇÑ °´Ã¼¸¦ ´ÜÀÏ ÄÁÅؽºÆ® À¸·Î °Ë»öÇØ, ¼±ÅÃÇÑ ¼Ó¼ºÀ» ÃëµæÇÕ´Ï´Ù.
 NamingEnumeration <SearchResult > InitialDirContext. search (String  name, Attributes  matchingAttributes)
           
 NamingEnumeration <SearchResult > DirContext. search (String  name, Attributes  matchingAttributes)
          ÁöÁ¤µÈ ¼Ó¼º¼¼Æ®¸¦ Æ÷ÇÔÇÑ °´Ã¼¸¦ ´ÜÀÏ ÄÁÅؽºÆ® À¸·Î °Ë»öÇÕ´Ï´Ù.
 NamingEnumeration <SearchResult > InitialDirContext. search (String  name, Attributes  matchingAttributes, String [] attributesToReturn)
           
 NamingEnumeration <SearchResult > DirContext. search (String  name, Attributes  matchingAttributes, String [] attributesToReturn)
          ÁöÁ¤µÈ ¼Ó¼º¼¼Æ®¸¦ Æ÷ÇÔÇÑ °´Ã¼¸¦ ´ÜÀÏ ÄÁÅؽºÆ® À¸·Î °Ë»öÇØ, ¼±ÅÃÇÑ ¼Ó¼ºÀ» ÃëµæÇÕ´Ï´Ù.
 void SearchResult. setAttributes (Attributes  attrs)
          ÀÌ °Ë»ö °á°úÀÇ ¼Ó¼ºÀ» attrs·Î ¼³Á¤ÇÕ´Ï´Ù.
 

Attributes ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.naming.directory constructor¡¡ ¡¡
SearchResult (String  name, Object  obj, Attributes  attrs)
          °á°úÀÇ À̸§, °á°ú°¡ ¹ÙÀÎµå µÇ´Â °´Ã¼ ¹× °á°úÀÇ ¼Ó¼ºÀ» »ç¿ëÇØ, °Ë»ö °á°ú¸¦ ±¸ÃàÇÕ´Ï´Ù.
SearchResult (String  name, Object  obj, Attributes  attrs, boolean isRelative)
          °á°úÀÇ À̸§, °á°ú°¡ ¹ÙÀÎµå µÇ´Â °´Ã¼, °á°úÀÇ ¼Ó¼ºÀ» »ç¿ëÇØ, À̸§ÀÌ »ó´ëÀûÀΰ¡ ¾î¶²°¡¸¦ ÆÇ´ÜÇØ, °Ë»ö °á°ú¸¦ ±¸ÃàÇÕ´Ï´Ù.
SearchResult (String  name, String  className, Object  obj, Attributes  attrs)
          °á°úÀÇ À̸§, °á°úÀÇ Å¬·¡½º¸í, °á°ú°¡ ¹ÙÀÎµå µÇ´Â °´Ã¼ ¹× °á°úÀÇ ¼Ó¼ºÀ» »ç¿ëÇØ, °Ë»ö °á°ú¸¦ ±¸ÃàÇÕ´Ï´Ù.
SearchResult (String  name, String  className, Object  obj, Attributes  attrs, boolean isRelative)
          °á°úÀÇ À̸§, °á°úÀÇ Å¬·¡½º¸í, °á°ú°¡ ¹ÙÀÎµå µÇ´Â °´Ã¼, °á°úÀÇ ¼Ó¼ºÀ» »ç¿ëÇØ, À̸§ÀÌ »ó´ëÀûÀΰ¡ ¾î¶²°¡¸¦ ÆÇ´ÜÇØ, °Ë»ö °á°ú¸¦ ±¸ÃàÇÕ´Ï´Ù.
 

javax.naming.ldap ¿¡¼­ÀÇ Attributes »ç¿ë
 

Attributes¸¦ µ¹·ÁÁÖ´Â javax.naming.ldap ¸Þ¼­µå
 Attributes Rdn. toAttributes ()
          ÀÌ Rdn¿¡ Æ÷ÇԵǴ Çü/Ä¡ÀÇ ¸ÅÇÎ Attributes ºä¸¦ ÃëµæÇÕ´Ï´Ù.
 

Attributes ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.naming.ldap constructor¡¡ ¡¡
Rdn (Attributes  attrSet)
          ÁöÁ¤ÀÇ ¼Ó¼º ¼¼Æ®·ÎºÎÅÍ Rdn¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 

javax.naming.spi ¿¡¼­ÀÇ Attributes »ç¿ë
 

Attributes¸¦ µ¹·ÁÁÖ´Â javax.naming.spi ¸Þ¼­µå
 Attributes DirStateFactory.Result. getAttributes ()
          ¹ÙÀÎµå ´ë»óÀÇ ¼Ó¼ºÀ» ÃëµæÇÕ´Ï´Ù.
 

Attributes ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.naming.spi ¸Þ¼­µå
static Object DirectoryManager. getObjectInstance (Object  refInfo, Name  name, Context  nameCtx, Hashtable <?,?> environment, Attributes  attrs)
          ÁöÁ¤µÈ °´Ã¼, ¼Ó¼º ¹× ȯ°æ¿¡ °´Ã¼ÀÇ ÀνºÅϽº¸¦ »ý¼ºÇÕ´Ï´Ù.
 Object DirObjectFactory. getObjectInstance (Object  obj, Name  name, Context  nameCtx, Hashtable <?,?> environment, Attributes  attrs)
          À§Ä¡ Á¤º¸ ¶Ç´Â ÂüÁ¶ Á¤º¸ ¹× ÁöÁ¤µÈ ¼Ó¼ºÀ» »ç¿ëÇØ, °´Ã¼¸¦ »ý¼ºÇÕ´Ï´Ù.
static DirStateFactory.Result DirectoryManager. getStateToBind (Object  obj, Name  name, Context  nameCtx, Hashtable <?,?> environment, Attributes  attrs)
          ¿øÀÇ °´Ã¼ ¹× ±× ¼Ó¼ºÀÌ ÁöÁ¤µÇ¾úÀ» ¶§¿¡ °´Ã¼ÀÇ ¹ÙÀεù »óŸ¦ ÃëµæÇÕ´Ï´Ù.
 DirStateFactory.Result DirStateFactory. getStateToBind (Object  obj, Name  name, Context  nameCtx, Hashtable <?,?> environment, Attributes  inAttrs)
          º¯È¯ ´ë»óÀÇ °´Ã¼ ¹× ¼Ó¼ºÀ» ¹ÙÀεù Çϱâ À§Çؼ­ °´Ã¼ »óŸ¦ ÃëµæÇÕ´Ï´Ù.
 

Attributes ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.naming.spi constructor¡¡ ¡¡
DirStateFactory.Result (Object  obj, Attributes  outAttrs)
          °á°úÀÇ ÀνºÅϽº¸¦ ±¸ÃàÇÕ´Ï´Ù.
 


JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.