|
|||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||
°³¿ä: ³»ºÎ Ŭ·¡½º | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå |
java.lang.Object | +--javax.resource.spi.security.PasswordCredential
PasswordCredential Ŭ·¡½º´Â, À¯Àú¸í°ú ÆÐ½º¿öµåÀÇ È¦´õ·Î¼ ±â´ÉÇÕ´Ï´Ù.
ManagedConnectionFactory
, Á÷·ÄÈ µÈ Çü½Ä constructor¡¡ ¡¡ ÀÇ °³¿ä | |
PasswordCredential (java.lang.String userName,
char[] password)
ÁöÁ¤µÈ À¯Àú¸í ¹× ÆÐ½º¿öµå·ÎºÎÅÍ, »õ·Î¿î PasswordCredential ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
|
¸Þ¼ÒµåÀÇ °³¿ä | |
boolean |
equals (java.lang.Object other)
ÀÌ PasswordCredential ¿Í ÁöÁ¤µÈ ¿ÀºêÁ§Æ®°¡ µ¿ÀÏÇÑÁö ¾î¶²Áö ºñ±³ÇÕ´Ï´Ù. |
ManagedConnectionFactory |
getManagedConnectionFactory ()
¾îÇø®ÄÉÀÌ¼Ç ¼¹ö¿¡ ÀÇÇØ À¯Àú¸í°ú ÆÐ½º¿öµå°¡ ¼³Á¤µÇ¾î ÀÖ´Â, Ÿ°ÙÀÇ ManagedConnectionFactory ¸¦ ÃëµæÇÕ´Ï´Ù. |
char[] |
getPassword ()
À¯ÀúÀÇ ÆÐ½º¿öµå¸¦ µ¹·ÁÁÝ´Ï´Ù. |
java.lang.String |
getUserName ()
À¯Àú¸íÀ» µ¹·ÁÁÝ´Ï´Ù. |
int |
hashCode ()
ÀÌ PasswordCredential ÀÇ ÇØ½Ã Äڵ带 µ¹·ÁÁÝ´Ï´Ù. |
void |
setManagedConnectionFactory (ManagedConnectionFactory mcf)
¾îÇø®ÄÉÀÌ¼Ç ¼¹ö¿¡ ÀÇÇØ À¯Àú¸í°ú ÆÐ½º¿öµå°¡ ¼³Á¤µÇ¾î Àִ Ÿ°ÙÀÇ ManagedConenctionFactory ÀνºÅϽº¸¦ ¼³Á¤ÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang.Object ·ÎºÎÅÍ °è½ÂÇÑ ¸Þ¼Òµå |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
constructor¡¡ ¡¡ ÀÇ »ó¼¼ |
public PasswordCredential(java.lang.String userName, char[] password)
PasswordCredential
¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
ÁöÁ¤µÈ À¯Àú ÆÐ½º¿öµå´Â, »õ·Î¿î PasswordCredential
¿¡ °Ý³³µÇ±â Àü¿¡ º¹Á¦µË´Ï´Ù.
userName
- À¯Àú¸ípassword
- À¯ÀúÀÇ ÆÐ½º¿öµå¸Þ¼ÒµåÀÇ »ó¼¼ |
public java.lang.String getUserName()
public char[] getPassword()
ÀÌ ¸Þ¼Òµå´Â, ÆÐ½º¿öµå¿¡ÀÇ ÂüÁ¶¸¦ µ¹·ÁÁÝ´Ï´Ù. ºÒÇÊ¿äÇÏ°Ô µÈ ÆÐ½º¿öµå Á¤º¸´Â, È£ÃâÃø¿¡¼ Á¦·Î·Î ÇÒ (¼Ò°ÅÇÒ) Çʿ䰡 ÀÖ½À´Ï´Ù.
public ManagedConnectionFactory getManagedConnectionFactory()
public void setManagedConnectionFactory(ManagedConnectionFactory mcf)
mcf
- À¯Àú¸í°ú ÆÐ½º¿öµå°¡ ÁöÁ¤µÇ¾î ÀÖ´Â ManagedConnectionFactory ÀνºÅϽºpublic boolean equals(java.lang.Object other)
java.lang.Object
³»ÀÇ equals
other
- PasswordCredential ¶ó°í ºñ±³µÇ´Â ¿ÀºêÁ§Æ®public int hashCode()
java.lang.Object
³»ÀÇ hashCode
|
|||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||
°³¿ä: ³»ºÎ Ŭ·¡½º | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå |