Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
org.wildfly.extension.elytron._private |
Resources private to the Subsystem
|
Modifier and Type | Method and Description |
---|---|
StartException |
ServiceController.getStartException()
Get the reason why the last start failed.
|
Modifier and Type | Method and Description |
---|---|
void |
StartContext.failed(StartException reason)
Call when start lifecycle action has failed for some reason.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueService.start(StartContext context)
Start the service.
|
void |
ValueInjectionService.start(StartContext context)
Start the service.
|
void |
Service.start(StartContext context)
Start the service.
|
void |
AbstractService.start(StartContext context)
Start the service.
|
Modifier and Type | Method and Description |
---|---|
StartException |
ElytronSubsystemMessages_$logger.componentNotConfigurable(String className) |
StartException |
ElytronSubsystemMessages.componentNotConfigurable(String className)
A
StartException where a custom component has been defined with configuration but does not implement
the Configurable interface. |
StartException |
ElytronSubsystemMessages_$logger.dirContextPasswordCannotBeResolved(Exception cause) |
StartException |
ElytronSubsystemMessages.dirContextPasswordCannotBeResolved(Exception cause) |
StartException |
ElytronSubsystemMessages_$logger.exceptionWhileCreatingPermission(String permissionClassName,
Throwable cause) |
StartException |
ElytronSubsystemMessages.exceptionWhileCreatingPermission(String permissionClassName,
Throwable cause)
A
StartException for when creating of the Permission will fail. |
StartException |
ElytronSubsystemMessages_$logger.invalidTypeInjected(String type) |
StartException |
ElytronSubsystemMessages.invalidTypeInjected(String type)
A
StartException where a specific type is not type of injected value. |
StartException |
ElytronSubsystemMessages_$logger.keyStoreFileNotExists(String file) |
StartException |
ElytronSubsystemMessages.keyStoreFileNotExists(String file) |
StartException |
ElytronSubsystemMessages_$logger.noSuitableProvider(String type) |
StartException |
ElytronSubsystemMessages.noSuitableProvider(String type)
A
StartException where a service can not identify a suitable Provider |
StartException |
ElytronSubsystemMessages_$logger.noTypeFound(String type) |
StartException |
ElytronSubsystemMessages.noTypeFound(String type)
A
StartException where a specific type can not be found in an injected value. |
StartException |
ElytronSubsystemMessages_$logger.propertyFileIsInvalid(String message,
Throwable cause) |
StartException |
ElytronSubsystemMessages.propertyFileIsInvalid(String message,
Throwable cause) |
StartException |
ElytronSubsystemMessages_$logger.propertyFilesDoesNotExist(String file) |
StartException |
ElytronSubsystemMessages.propertyFilesDoesNotExist(String file)
A
StartException for when the properties file backed realm can not be used because property file(s) does not exist. |
StartException |
ElytronSubsystemMessages_$logger.providerAlreadyRegistered(String name) |
StartException |
ElytronSubsystemMessages.providerAlreadyRegistered(String name)
A
StartException for when provider registration fails due to an existing registration. |
StartException |
ElytronSubsystemMessages_$logger.realmDoesNotSupportCache(String realmName) |
StartException |
ElytronSubsystemMessages.realmDoesNotSupportCache(String realmName) |
StartException |
ElytronSubsystemMessages_$logger.unableToAccessCRL(Exception cause) |
StartException |
ElytronSubsystemMessages.unableToAccessCRL(Exception cause) |
StartException |
ElytronSubsystemMessages_$logger.unableToCreateManagerFactory(String type,
String algorithm) |
StartException |
ElytronSubsystemMessages.unableToCreateManagerFactory(String type,
String algorithm)
A
StartException where a Key or Trust manager factory can not be created for a specific algorithm. |
StartException |
ElytronSubsystemMessages_$logger.unableToLoadPropertiesFiles(Exception cause,
String usersFile,
String groupsFile) |
StartException |
ElytronSubsystemMessages.unableToLoadPropertiesFiles(Exception cause,
String usersFile,
String groupsFile)
A
StartException for when the properties file backed realm can not be started due to problems loading the
properties files. |
StartException |
ElytronSubsystemMessages_$logger.unableToStartService(Exception cause) |
StartException |
ElytronSubsystemMessages.unableToStartService(Exception cause)
A
StartException if it is not possible to initialise the Service . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.