@MessageLogger(projectCode="WFLYSEC",
length=4)
public interface SecurityLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static SecurityLogger |
ROOT_LOGGER
A logger with a category of the package name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activatingSecuritySubsystem()
Logs a message indicating that the security subsystem is being activated
|
IllegalArgumentException |
addressDidNotContainSecurityDomain()
Create a
IllegalArgumentException when the path address does not contain a security domain name |
ClassNotFoundException |
cnfe(String name)
Create a
ClassNotFoundException to indicate that a class could not be found |
void |
currentVersion(String version)
Logs a message indicating the current version of the PicketBox library
|
void |
defaultCacheRequirementMissing(String containerName,
String legacyCacheName) |
org.jboss.msc.service.StartException |
expectedManagerTypeNotFound(String managerName,
String managerType,
String legacyDomainName)
Creates an exception indicating that the expected manager type was not found in the JSSE security domain.
|
LoginException |
failureCallingSecurityRealm(String cause)
Create a
LoginException to indicate a failure calling the security realm. |
org.jboss.as.controller.OperationFailedException |
interruptedWaitingForSecurityDomain(String securityDomainName) |
SecurityException |
invalidUserException()
Create a
SecurityException to indicate that the user is invalid. |
IllegalArgumentException |
loginModuleStackIllegalArgument(String str)
Create a
IllegalArgumentException to indicate that the auth-module references a login module stack that does not exist |
IllegalArgumentException |
missingModuleName(String name)
Creates an exception indicating that the module name was missing
|
org.jboss.as.controller.OperationFailedException |
noAuthenticationCacheAvailable(String securityDomain)
Create an OperationFailedException to indicate a failure to find an authentication cache
|
IllegalStateException |
noUserPrincipalFound()
Create an IllegalStateFoundException to indicate no UserPrincipal was found on the underlying connection.
|
IllegalArgumentException |
nullArgument(String arg)
Create a
IllegalArgumentException when a null argument is passed |
InvalidNameException |
nullName()
Creates an exception indicating that the name passed to jndi is null or empty
|
OperationNotSupportedException |
operationNotSupported(Method method)
Creates an exception indicating that the operation is not supported
|
String |
passwordAgain()
Deprecated.
do not use this message to build confirmation message
|
SecurityException |
realmNotFound(String name)
Create a
SecurityException to indicate that the specified realm has not been found. |
org.jboss.as.controller.OperationFailedException |
requiredSecurityDomainServiceNotAvailable(String securityDomainName) |
RuntimeException |
runtimeException(Throwable e)
Creates a
RuntimeException |
SecurityException |
securityException(Throwable t)
Create a
SecurityException |
SecurityException |
securityManagementNotInjected()
Create a
SecurityException to indicate that the security management has not been injected |
IllegalStateException |
unableToCreateAuthorizationIdentity()
Creates an exception indicating that an
AuthorizationIdentity could not be created
because a valid authenticated Subject was not established yet. |
IllegalStateException |
unableToEnableJaccSupport() |
IllegalStateException |
unableToGetModuleClassLoader(Throwable e)
Creates an exception indicating the inability to get the
ModuleClassLoader |
org.jboss.msc.service.StartException |
unableToLocateComponentInJSSEDomain(String componentName,
String legacyDomainName)
Creates an exception indicating the inability to find a component (keystore, truststore, keymanager, etc) in
the specified JSSE security domain.
|
org.jboss.msc.service.StartException |
unableToLocateJSSEConfig(String legacyDomainName)
Creates an exception indicating the inability to find a JSSE-enabled security domain with the specified name.
|
org.jboss.msc.service.StartException |
unableToStartException(String service,
Throwable t)
Create a
StartException to indicate that a service could not be started |
UnsupportedOperationException |
unsupportedOperation()
Create a
UnsupportedOperationException to indicate that the intended operation is not supported |
UnsupportedOperationException |
unsupportedOperationExceptionUseResourceDesc()
Exception indicates that the method being used indicates a misuse of this class
|
XMLStreamException |
xmlStreamExceptionAuth(Location loc)
Create a
XMLStreamException to indicate that the security domain configuration cannot have both JAAS and JASPI config |
XMLStreamException |
xmlStreamExceptionMissingAttribute(String a,
String b,
Location loc)
Creates a
XMLStreamException to indicate a missing required attribute |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvstatic final SecurityLogger ROOT_LOGGER
@LogMessage(level=INFO)
@Message(id=1,
value="Current PicketBox version=%s")
void currentVersion(String version)
version - a String representing the current version@LogMessage(level=INFO)
@Message(id=2,
value="Activating Security Subsystem")
void activatingSecuritySubsystem()
@Message(id=4,
value="Unable to get the Module Class Loader")
IllegalStateException unableToGetModuleClassLoader(@Cause
Throwable e)
ModuleClassLoaderIllegalStateException for the error.@Message(id=5,
value="Operation not supported : %s")
OperationNotSupportedException operationNotSupported(Method method)
OperationNotSupportedException for the error.@Message(id=6,
value="Missing module name for the %s")
IllegalArgumentException missingModuleName(String name)
name - the missing module nameIllegalArgumentException@Message(id=7,
value="Runtime Exception:")
RuntimeException runtimeException(@Cause
Throwable e)
RuntimeExceptione - the underlying exception@Message(id=9,
value="Name cannot be null or empty")
InvalidNameException nullName()
InvalidNameException@Message(id=11,
value="Argument %s is null")
IllegalArgumentException nullArgument(String arg)
IllegalArgumentException when a null argument is passedarg - an argument that is nullIllegalArgumentException@Message(id=12,
value="Unable to start the %s service")
org.jboss.msc.service.StartException unableToStartException(String service,
@Cause
Throwable t)
StartException to indicate that a service could not be startedservice - the name of the servicet - underlying exceptionStartException@Message(id=13,
value="Class not found : %s")
ClassNotFoundException cnfe(String name)
ClassNotFoundException to indicate that a class could not be foundname - name of the classClassNotFoundException@Message(id=15,
value="Security Exception")
SecurityException securityException(@Cause
Throwable t)
SecurityExceptiont - underlying exceptionSecurityException@Message(id=18,
value="Use the ResourceDescriptionResolver variant")
UnsupportedOperationException unsupportedOperationExceptionUseResourceDesc()
UnsupportedOperationException@Message(id=19,
value="Unsupported Operation")
UnsupportedOperationException unsupportedOperation()
UnsupportedOperationException to indicate that the intended operation is not supportedUnsupportedOperationException@Message(id=22,
value="A security domain can have either an <authentication> or <authentication-jaspi> element, not both")
XMLStreamException xmlStreamExceptionAuth(@Param
Location loc)
XMLStreamException to indicate that the security domain configuration cannot have both JAAS and JASPI configloc - the current location of the stax parserXMLStreamException@Message(id=23,
value="Missing required attribute: either %s or %s must be present")
XMLStreamException xmlStreamExceptionMissingAttribute(String a,
String b,
@Param
Location loc)
XMLStreamException to indicate a missing required attributea - the first attributeb - the second attributeloc - the current location of the stax parserXMLStreamException@Message(id=24,
value="auth-module references a login module stack that doesn\'t exist::%s")
IllegalArgumentException loginModuleStackIllegalArgument(String str)
IllegalArgumentException to indicate that the auth-module references a login module stack that does not existstr - login module stack nameIllegalArgumentException@Message(id=25,
value="Address did not contain a security domain name")
IllegalArgumentException addressDidNotContainSecurityDomain()
IllegalArgumentException when the path address does not contain a security domain nameIllegalArgumentException@Message(id=27,
value="Invalid User")
SecurityException invalidUserException()
SecurityException to indicate that the user is invalid.SecurityException@Message(id=28,
value="Security Management not injected")
SecurityException securityManagementNotInjected()
SecurityException to indicate that the security management has not been injectedSecurityException@Message(id=29,
value="Security realm \'%s\' not found.")
SecurityException realmNotFound(String name)
SecurityException to indicate that the specified realm has not been found.SecurityException@Message(id=31,
value="Failure calling CallbackHandler \'%s\'")
LoginException failureCallingSecurityRealm(String cause)
LoginException to indicate a failure calling the security realm.LoginException@Message(id=32,
value="No authentication cache for security domain \'%s\' available")
org.jboss.as.controller.OperationFailedException noAuthenticationCacheAvailable(String securityDomain)
@Message(id=33,
value="No UserPrincipalFound constructing RemotingConnectionPrincipal.")
IllegalStateException noUserPrincipalFound()
@Message(id=34,
value="Interrupted waiting for security domain \'%s\'")
org.jboss.as.controller.OperationFailedException interruptedWaitingForSecurityDomain(String securityDomainName)
@Message(id=35,
value="Required security domain is not available \'%s\'")
org.jboss.as.controller.OperationFailedException requiredSecurityDomainServiceNotAvailable(String securityDomainName)
@Deprecated @Message(id=61, value=" again: ") String passwordAgain()
@Message(id=100,
value="Legacy security domain %s doesn\'t contain a valid JSSE configuration")
org.jboss.msc.service.StartException unableToLocateJSSEConfig(String legacyDomainName)
StartException instance.@Message(id=101,
value="Unable to find a %s configuration in JSSE security domain %s")
org.jboss.msc.service.StartException unableToLocateComponentInJSSEDomain(String componentName,
String legacyDomainName)
StartException instance.@Message(id=102,
value="Could not find a %s of type %s in the JSSE security domain %s")
org.jboss.msc.service.StartException expectedManagerTypeNotFound(String managerName,
String managerType,
String legacyDomainName)
managerName - the name of the manager being retrieved (KeyManager or TrustManager).managerType - the expected type.StartException instance.@Message(id=103,
value="Unable to create AuthorizationIdentity: no authenticated Subject was found")
IllegalStateException unableToCreateAuthorizationIdentity()
AuthorizationIdentity could not be created
because a valid authenticated Subject was not established yet.IllegalStateException instance.@LogMessage(level=WARN)
@Message(id=104,
value="Default %s cache capability missing. Assuming %s as default-cache.")
void defaultCacheRequirementMissing(String containerName,
String legacyCacheName)
@Message(id=105,
value="Unable to initialize legacy JACC support while elytron JACC support is enabled.")
IllegalStateException unableToEnableJaccSupport()
Copyright © 2021 JBoss by Red Hat. All rights reserved.