public interface Application
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Returns description of the application.
|
List<String> |
features()
Returns the list of features comprising the application.
|
Optional<URI> |
featuresRepo()
Returns the feature repository URI.
|
ApplicationId |
id()
Returns the application name id.
|
String |
origin()
Returns the name of the application origin, group or company.
|
Set<Permission> |
permissions()
Returns the permissions requested by the application.
|
ApplicationRole |
role()
Returns the role of the application.
|
Version |
version()
Returns the application version.
|
ApplicationId id()
Version version()
String description()
String origin()
ApplicationRole role()
Set<Permission> permissions()
Optional<URI> featuresRepo()
Copyright © 2015. All rights reserved.