public class UserMetadata extends Object
Constructor and Description |
---|
UserMetadata() |
Modifier and Type | Method and Description |
---|---|
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
|
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 adressCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.