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

    Fields
    Modifier and Type
    Field
    Description
    static final SecurityLogger
    A logger with a category of the package name.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    do not use this message to build confirmation message
     
    Create a UnsupportedOperationException to indicate that the intended operation is not supported
    Exception indicates that the method being used indicates a misuse of this class
    A message indicating the validation failed.
    Create a XMLStreamException to indicate that the security domain configuration cannot have both JAAS and JASPI config
    Creates a XMLStreamException to indicate a missing required attribute

    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 Details

    • ROOT_LOGGER

      static final SecurityLogger ROOT_LOGGER
      A logger with a category of the package name.
  • Method Details

    • runtimeException

      @Message(id=7, value="Runtime Exception:") RuntimeException runtimeException(@Cause Throwable e)
      Parameters:
      e - the underlying exception
      Returns:
      the exception
    • securityException

      @Message(id=15, value="Security Exception") SecurityException securityException(@Cause Throwable t)
      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 a UnsupportedOperationException to 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 a XMLStreamException to 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 a XMLStreamException to indicate a missing required attribute
      Parameters:
      a - the first attribute
      b - the second attribute
      loc - 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 message
      i18n 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

      @Message(id=107, value="Validation failed for %s") String validationFailed(String name)
      A message indicating the validation failed.
      Parameters:
      name - the parameter name the validation failed on.
      Returns:
      the message.