Security service script.
| Type | Name and description |
|---|---|
com.google.inject.Injector |
injector |
Map<String, ServiceConfig> |
serviceConfigs |
SecServicesConfigProvider |
servicesConfigProvider |
| Type | Name and description |
|---|---|
void |
deployConfigs(SecurityService service)Deploys the configurations. |
ServiceConfig |
findServiceConfig(String profile, SecService service)Finds the service configuration for the specified profile and service. |
String |
getProfileName()Returns the profile name. |
String |
getServiceName()Returns the service name. |
def |
run() |
String |
toString() |
Deploys the configurations.
service
- the SecurityService service.Finds the service configuration for the specified profile and service.
profile
- the profile String name.service
- the SecService.Returns the profile name.
Returns the service name.