public final class WscProperties.ApplicationProperties extends Object
Constructor and Description |
---|
ApplicationProperties(oracle.wsc.core.configuration.Applications apps,
String appName,
oracle.wsc.core.TenantProfile tenant)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAllowedPrincipals()
Get the security details.
|
String |
getDescription()
Get the application description.
|
String |
getListOfAllowedOrigins()
Get the list of allowed origins.
|
String |
getModuleName()
Get the module name.
|
String |
getName()
Get the application name.
|
List |
getPackages()
Get the list of packages.
|
Object |
getParameter(String name)
Return the parameter configured in tenant profile.
|
String |
getRequestUri()
Get the request URI.
|
String |
getResourceLimitsProfileName()
Get the resource limits name.
|
boolean |
isActive()
Return the status of the application, if its active.
|
boolean |
isDebug()
Return the status of debug Enable, if its debug enabled.
|
public ApplicationProperties(oracle.wsc.core.configuration.Applications apps, String appName, oracle.wsc.core.TenantProfile tenant)
apps
- list of applications.appName
- current application in the context.tenant
- the Tenant profile namepublic String getName()
public String getDescription()
public String getAllowedPrincipals()
public List getPackages()
public String getListOfAllowedOrigins()
public String getModuleName()
public String getRequestUri()
public String getResourceLimitsProfileName()
public boolean isActive()
public boolean isDebug()