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.BasicLoggerDate: 05.11.2011- Author:
- James R. Perkins
-
-
Field Summary
Fields Modifier and Type Field Description static SecurityLoggerROOT_LOGGERA logger with a category of the package name.
-
Method Summary
-
Methods 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 Detail
-
ROOT_LOGGER
static final SecurityLogger ROOT_LOGGER
A logger with a category of the package name.
-
-
Method Detail
-
runtimeException
@Message(id=7, value="Runtime Exception:") RuntimeException runtimeException(@Cause Throwable e)Creates aRuntimeException- Parameters:
e- the underlying exception- Returns:
- the exception
-
securityException
@Message(id=15, value="Security Exception") SecurityException securityException(@Cause Throwable t)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
@Message(id=19, value="Unsupported Operation") 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 @Message(id=61, value=" again: ") String 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()
-
-