public class ConnectionInfoBean extends Object implements ConnectionInfo
Modifier and Type | Method and Description |
---|---|
Date |
getLoggedSince() |
X509Certificate[] |
getServerCertificates() |
String |
getUsername() |
boolean |
isDisableLocalAuth() |
public boolean isDisableLocalAuth()
isDisableLocalAuth
in interface ConnectionInfo
public String getUsername()
getUsername
in interface ConnectionInfo
public Date getLoggedSince()
getLoggedSince
in interface ConnectionInfo
public X509Certificate[] getServerCertificates()
getServerCertificates
in interface ConnectionInfo
Copyright © 2023 JBoss by Red Hat. All rights reserved.