|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ftpserver.usermanager.impl.UserMetadata
public class UserMetadata
Internal class, do not use directly. User metadata used during authentication
| Constructor Summary | |
|---|---|
UserMetadata()
|
|
| Method Summary | |
|---|---|
java.security.cert.Certificate[] |
getCertificateChain()
Retrive the certificate chain used for an SSL connection. |
java.net.InetAddress |
getInetAddress()
Retrive the remote IP adress of the client |
void |
setCertificateChain(java.security.cert.Certificate[] certificateChain)
Set the certificate chain |
void |
setInetAddress(java.net.InetAddress inetAddress)
Set the remote IP adress of the client |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserMetadata()
| Method Detail |
|---|
public java.security.cert.Certificate[] getCertificateChain()
public void setCertificateChain(java.security.cert.Certificate[] certificateChain)
certificateChain - The certificate chain to setpublic java.net.InetAddress getInetAddress()
public void setInetAddress(java.net.InetAddress inetAddress)
inetAddress - The client IP adress
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||