Package org.jboss.as.security.logging
Interface SecurityLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
SecurityLogger_$logger
@MessageLogger(projectCode="WFLYSEC",
length=4)
public interface SecurityLogger
extends org.jboss.logging.BasicLogger
Date: 05.11.2011
- Author:
- James R. Perkins
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SecurityLoggerA logger with a category of the package name. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.do not use this message to build confirmation messageCreates aRuntimeExceptionCreate aSecurityExceptionCreate aUnsupportedOperationExceptionto indicate that the intended operation is not supportedException indicates that the method being used indicates a misuse of this classvalidationFailed(String name) A message indicating the validation failed.Create aXMLStreamExceptionto indicate that the security domain configuration cannot have both JAAS and JASPI configxmlStreamExceptionMissingAttribute(String a, String b, Location loc) Creates aXMLStreamExceptionto indicate a missing required attributeMethods inherited from interface org.jboss.logging.BasicLogger
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, warnv
-
Field Details
-
ROOT_LOGGER
A logger with a category of the package name.
-
-
Method Details
-
runtimeException
Creates aRuntimeException- Parameters:
e- the underlying exception- Returns:
- the exception
-
securityException
Create aSecurityException- Parameters:
t- underlying exception- Returns:
SecurityException
-
unsupportedOperationExceptionUseResourceDesc
@Message(id=18, value="Use the ResourceDescriptionResolver variant") UnsupportedOperationException unsupportedOperationExceptionUseResourceDesc()Exception indicates that the method being used indicates a misuse of this class- Returns:
UnsupportedOperationException
-
unsupportedOperation
Create aUnsupportedOperationExceptionto indicate that the intended operation is not supported- Returns:
UnsupportedOperationException
-
xmlStreamExceptionAuth
@Message(id=22, value="A security domain can have either an <authentication> or <authentication-jaspi> element, not both") XMLStreamException xmlStreamExceptionAuth(@Param Location loc) Create aXMLStreamExceptionto indicate that the security domain configuration cannot have both JAAS and JASPI config- Parameters:
loc- the current location of the stax parser- Returns:
XMLStreamException
-
xmlStreamExceptionMissingAttribute
@Message(id=23, value="Missing required attribute: either %s or %s must be present") XMLStreamException xmlStreamExceptionMissingAttribute(String a, String b, @Param Location loc) Creates aXMLStreamExceptionto indicate a missing required attribute- Parameters:
a- the first attributeb- the second attributeloc- the current location of the stax parser- Returns:
XMLStreamException
-
passwordAgain
Deprecated.do not use this message to build confirmation messagei18n version of string from Vault Tool utility- Returns:
- the localized text
-
unableToEnableJaccSupport
@Message(id=105, value="Unable to initialize legacy JACC support while elytron JACC support is enabled.") IllegalStateException unableToEnableJaccSupport() -
validationFailed
A message indicating the validation failed.- Parameters:
name- the parameter name the validation failed on.- Returns:
- the message.
-