public interface ApplicationStoreConnectionInfo
An instance of this service can be retrieved using service loader or
using ApplicationStoreConnections.getConnectionsInfos()
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUrl()
Returns the URL of the application store or null if not defined or not accessible.
|
java.lang.String |
getUserEmail()
Returns the e-mail address of the user connected to the application store or null if not defined or not accessible.
|
java.lang.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.
|
java.lang.String getUrl()
java.lang.String getUserName()
java.lang.String getUserEmail()
boolean isReachable()
boolean isAuthenticated()