|
||||||||||
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 | |
---|---|
Certificate[] |
getCertificateChain()
Retrive the certificate chain used for an SSL connection. |
InetAddress |
getInetAddress()
Retrive the remote IP adress of the client |
void |
setCertificateChain(Certificate[] certificateChain)
Set the certificate chain |
void |
setInetAddress(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 Certificate[] getCertificateChain()
public void setCertificateChain(Certificate[] certificateChain)
certificateChain
- The certificate chain to setpublic InetAddress getInetAddress()
public void setInetAddress(InetAddress inetAddress)
inetAddress
- The client IP adress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |