public interface ApplicationStoreConnectionInfo
An instance of this service can be retrieved using service loader or
using ApplicationStoreConnections.getConnectionsInfos()
.
Modifier and Type | Method and Description |
---|---|
String |
getUrl()
Returns the URL of the application store or null if not defined or not accessible.
|
String |
getUserEmail()
Returns the e-mail address of the user connected to the application store or null if not defined or not accessible.
|
String |
getUserName()
Returns the user name used to connect to the application store or null if not defined or not accessible.
|
boolean |
isAuthenticated()
Returns true if we are authenticated on the application store, false otherwise.
|
boolean |
isReachable()
Returns true if the application store is reachable, false otherwise.
|
String getUrl()
String getUserEmail()
String getUserName()
boolean isAuthenticated()
boolean isReachable()