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 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)
        Parameters:
        e - the underlying exception
        Returns:
        the exception
      • 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
      • 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()