Interface PicketLinkLogger

All Known Implementing Classes:
DefaultPicketLinkLogger

public interface PicketLinkLogger

This interface acts as a Log Facade for PicketLink, from which exceptions and messages should be created or logged.

As PicketLink supports multiple containers and its versions, the main objective of this interface is to abstract the logging aspects from the code and provide different logging implementations for each supported binding/container.

Author:
Pedro Silva
  • Method Details

    • nullArgumentError

      IllegalArgumentException nullArgumentError(String argument)

      Creates an IllegalArgumentException for null arguments.

      Parameters:
      argument -
      Returns:
    • shouldNotBeTheSameError

      IllegalArgumentException shouldNotBeTheSameError(String string)

      Creates an IllegalArgumentException for arguments that should not be the same.

      Parameters:
      string -
      Returns:
    • resourceNotFound

      ProcessingException resourceNotFound(String resource)

      Creates an ProcessingException for resources that are not found.

      Parameters:
      resource -
      Returns:
    • processingError

      ProcessingException processingError(Throwable t)

      Creates an ProcessingException for generics processing errors.

      Parameters:
      message -
      t -
      Returns:
    • unsupportedType

      RuntimeException unsupportedType(String name)

      Creates an RuntimeException for not supported types.

      Parameters:
      name -
      Returns:
    • signatureError

      XMLSignatureException signatureError(Throwable e)

      Creates a ProcessingException for exceptions raised during signature processing.

      Parameters:
      e -
      Returns:
    • nullValueError

      RuntimeException nullValueError(String nullValue)

      Creates a RuntimeException for null values.

      Parameters:
      nullValue -
      Returns:
    • notImplementedYet

      RuntimeException notImplementedYet(String string)

      Creates a RuntimeException for not implemented methods or features.

      Parameters:
      string -
      Returns:
    • auditNullAuditManager

      IllegalStateException auditNullAuditManager()

      Creates a IllegalStateException for the case the Audit Manager is null.

      Returns:
    • isInfoEnabled

      boolean isInfoEnabled()

      Indicates if the logging level is set to INFO.

      Returns:
    • auditEvent

      void auditEvent(String auditEvent)

      Logs a PicketLink Audit Event.

      Parameters:
      auditEvent -
    • injectedValueMissing

      RuntimeException injectedValueMissing(String value)

      Creates a RuntimeException for missing values.

      Parameters:
      string -
      Returns:
    • keyStoreSetup

      void keyStoreSetup()

      Logs a message during the KeyStore setup.

    • keyStoreNullStore

      IllegalStateException keyStoreNullStore()

      Creates a IllegalStateException for the case where the KeyStore is null.

      Returns:
    • keyStoreNullPublicKeyForAlias

      void keyStoreNullPublicKeyForAlias(String alias)

      Logs a message for the cases where no public key was found for a given alias.

      Parameters:
      alias -
    • keyStoreConfigurationError

      TrustKeyConfigurationException keyStoreConfigurationError(Throwable t)

      Creates a TrustKeyConfigurationException for exceptions raised during the KeyStore configuration.

      Parameters:
      t -
      Returns:
    • keyStoreProcessingError

      TrustKeyProcessingException keyStoreProcessingError(Throwable t)

      Creates a TrustKeyConfigurationException for exceptions raised during the KeyStore processing.

      Parameters:
      t -
      Returns:
    • keyStoreMissingDomainAlias

      IllegalStateException keyStoreMissingDomainAlias(String domain)
      Parameters:
      domain -
      Returns:
    • keyStoreNullSigningKeyPass

      RuntimeException keyStoreNullSigningKeyPass()

      Creates a RuntimeException for the case where the signing key password is null.

      Returns:
    • keyStoreNullEncryptionKeyPass

      RuntimeException keyStoreNullEncryptionKeyPass()
    • keyStoreNotLocated

      RuntimeException keyStoreNotLocated(String keyStore)

      Creates a RuntimeException for the case where key store are not located.

      Parameters:
      keyStore -
      Returns:
    • keyStoreNullAlias

      IllegalStateException keyStoreNullAlias()

      Creates a IllegalStateException for the case where the alias is null.

      Returns:
    • parserUnknownEndElement

      RuntimeException parserUnknownEndElement(String endElementName, Location location)

      Creates a RuntimeException for the case where parser founds a unknown end element.

      Parameters:
      endElementName -
      Returns:
    • parserUnknownTag

      RuntimeException parserUnknownTag(String tag, Location location)
      Parameters:
      tag -
      location -
      Returns:
    • parserRequiredAttribute

      ParsingException parserRequiredAttribute(String string)
      Parameters:
      string -
      Returns:
    • parserUnknownStartElement

      RuntimeException parserUnknownStartElement(String elementName, Location location)
      Parameters:
      elementName -
      location -
      Returns:
    • parserNullStartElement

      IllegalStateException parserNullStartElement()
      Returns:
    • parserUnknownXSI

      ParsingException parserUnknownXSI(String xsiTypeValue)
      Parameters:
      xsiTypeValue -
      Returns:
    • parserExpectedEndTag

      ParsingException parserExpectedEndTag(String tagName)
      Parameters:
      string -
      Returns:
    • parserException

      ParsingException parserException(Throwable t)
      Parameters:
      e -
      Returns:
    • parserExpectedTextValue

      ParsingException parserExpectedTextValue(String string)
      Parameters:
      string -
      Returns:
    • parserExpectedXSI

      RuntimeException parserExpectedXSI(String expectedXsi)
      Parameters:
      expectedXsi -
      Returns:
    • parserExpectedTag

      RuntimeException parserExpectedTag(String tag, String foundElementTag)
      Parameters:
      tag -
      foundElementTag -
      Returns:
    • parserExpectedNamespace

      RuntimeException parserExpectedNamespace(String ns, String foundElementNs)
      Parameters:
      ns -
      foundElementNs -
      Returns:
    • parserFailed

      RuntimeException parserFailed(String elementName)
      Parameters:
      elementName -
      Returns:
    • parserUnableParsingNullToken

      ParsingException parserUnableParsingNullToken()
      Returns:
    • parserError

      ParsingException parserError(Throwable t)
      Parameters:
      t -
      Returns:
    • xacmlPDPMessageProcessingError

      RuntimeException xacmlPDPMessageProcessingError(Throwable t)
      Parameters:
      e -
      Returns:
    • fileNotLocated

      IllegalStateException fileNotLocated(String policyConfigFileName)
      Parameters:
      policyConfigFileName -
      Returns:
    • optionNotSet

      IllegalStateException optionNotSet(String option)
      Parameters:
      string -
      Returns:
    • stsTokenRegistryNotSpecified

      void stsTokenRegistryNotSpecified()
    • stsTokenRegistryInvalidType

      void stsTokenRegistryInvalidType(String tokenRegistryOption)
      Parameters:
      tokenRegistryOption -
    • stsTokenRegistryInstantiationError

      void stsTokenRegistryInstantiationError()
    • stsRevocationRegistryNotSpecified

      void stsRevocationRegistryNotSpecified()
    • stsRevocationRegistryInvalidType

      void stsRevocationRegistryInvalidType(String registryOption)
      Parameters:
      registryOption -
    • stsRevocationRegistryInstantiationError

      void stsRevocationRegistryInstantiationError()
    • samlAssertionExpiredError

      ProcessingException samlAssertionExpiredError()
      Returns:
    • assertionInvalidError

      ProcessingException assertionInvalidError()
      Returns:
    • writerUnknownTypeError

      RuntimeException writerUnknownTypeError(String name)
      Parameters:
      name -
      Returns:
    • writerNullValueError

      ProcessingException writerNullValueError(String value)
      Parameters:
      string -
      Returns:
    • writerUnsupportedAttributeValueError

      RuntimeException writerUnsupportedAttributeValueError(String value)
      Parameters:
      value -
      Returns:
    • issuerInfoMissingStatusCodeError

      IllegalArgumentException issuerInfoMissingStatusCodeError()
      Returns:
    • classNotLoadedError

      ProcessingException classNotLoadedError(String fqn)
      Parameters:
      fqn -
      Returns:
    • couldNotCreateInstance

      ProcessingException couldNotCreateInstance(String fqn, Throwable t)
      Parameters:
      fqn -
      e -
      Returns:
    • systemPropertyMissingError

      RuntimeException systemPropertyMissingError(String property)
      Parameters:
      property -
      Returns:
    • samlMetaDataIdentityProviderLoadingError

      void samlMetaDataIdentityProviderLoadingError(Throwable t)
      Parameters:
      t -
    • samlMetaDataServiceProviderLoadingError

      void samlMetaDataServiceProviderLoadingError(Throwable t)
      Parameters:
      t -
    • signatureAssertionValidationError

      void signatureAssertionValidationError(Throwable t)
      Parameters:
      t -
    • samlAssertionExpired

      void samlAssertionExpired(String id)
      Parameters:
      id -
    • unknownObjectType

      RuntimeException unknownObjectType(Object attrValue)
      Parameters:
      attrValue -
      Returns:
    • configurationError

      ConfigurationException configurationError(Throwable t)
      Parameters:
      e -
      Returns:
    • trace

      void trace(String message)
      Parameters:
      message -
    • trace

      void trace(String message, Throwable t)
      Parameters:
      string -
      t -
    • signatureUnknownAlgo

      RuntimeException signatureUnknownAlgo(String algo)
      Parameters:
      algo -
      Returns:
    • invalidArgumentError

      IllegalArgumentException invalidArgumentError(String message)
      Parameters:
      message -
      Returns:
    • stsNoTokenProviderError

      ProcessingException stsNoTokenProviderError(String configuration, String protocolContext)
      Parameters:
      configuration -
      protocolContext -
      Returns:
    • debug

      void debug(String message)
      Parameters:
      message -
    • stsConfigurationFileNotFoundTCL

      void stsConfigurationFileNotFoundTCL(String fileName)
      Parameters:
      fileName -
    • stsConfigurationFileNotFoundClassLoader

      void stsConfigurationFileNotFoundClassLoader(String fileName)
      Parameters:
      fileName -
    • stsUsingDefaultConfiguration

      void stsUsingDefaultConfiguration(String fileName)
      Parameters:
      fileName -
    • stsConfigurationFileLoaded

      void stsConfigurationFileLoaded(String fileName)
      Parameters:
      fileName -
    • stsConfigurationFileParsingError

      ConfigurationException stsConfigurationFileParsingError(Throwable t)
      Parameters:
      t -
      Returns:
    • notSerializableError

      IOException notSerializableError(String message)
      Parameters:
      message -
      Returns:
    • trustKeyManagerCreationError

      void trustKeyManagerCreationError(Throwable t)
    • info

      void info(String message)
      Parameters:
      message -
    • warn

      void warn(String message)
      Parameters:
      string -
    • error

      void error(String message)
      Parameters:
      message -
    • xmlCouldNotGetSchema

      void xmlCouldNotGetSchema(Throwable t)
      Parameters:
      t -
    • isTraceEnabled

      boolean isTraceEnabled()
      Returns:
    • isDebugEnabled

      boolean isDebugEnabled()
      Returns:
    • jceProviderCouldNotBeLoaded

      void jceProviderCouldNotBeLoaded(String name, Throwable t)
      Parameters:
      name -
      t -
    • writerInvalidKeyInfoNullContentError

      ProcessingException writerInvalidKeyInfoNullContentError()
      Returns:
    • notEqualError

      RuntimeException notEqualError(String first, String second)
      Parameters:
      first -
      second -
      Returns:
    • wrongTypeError

      IllegalArgumentException wrongTypeError(String message)
      Parameters:
      message -
      Returns:
    • encryptUnknownAlgoError

      RuntimeException encryptUnknownAlgoError(String certAlgo)
      Parameters:
      certAlgo -
      Returns:
    • domMissingDocElementError

      IllegalStateException domMissingDocElementError(String element)
      Parameters:
      element -
      Returns:
    • domMissingElementError

      IllegalStateException domMissingElementError(String element)
      Parameters:
      element -
      Returns:
    • stsWSInvalidTokenRequestError

      jakarta.xml.ws.WebServiceException stsWSInvalidTokenRequestError()
      Returns:
    • stsWSError

      jakarta.xml.ws.WebServiceException stsWSError(Throwable t)
      Parameters:
      t -
      Returns:
    • stsWSConfigurationError

      jakarta.xml.ws.WebServiceException stsWSConfigurationError(Throwable t)
      Parameters:
      t -
      Returns:
    • stsWSInvalidRequestTypeError

      WSTrustException stsWSInvalidRequestTypeError(String requestType)
      Parameters:
      requestType -
      Returns:
    • stsWSHandlingTokenRequestError

      jakarta.xml.ws.WebServiceException stsWSHandlingTokenRequestError(Throwable t)
      Parameters:
      t -
      Returns:
    • stsWSResponseWritingError

      jakarta.xml.ws.WebServiceException stsWSResponseWritingError(Throwable t)
      Parameters:
      t -
      Returns:
    • stsUnableToConstructKeyManagerError

      RuntimeException stsUnableToConstructKeyManagerError(Throwable t)
      Parameters:
      t -
      Returns:
    • stsPublicKeyError

      RuntimeException stsPublicKeyError(String serviceName, Throwable t)
      Parameters:
      serviceName -
      t -
      Returns:
    • stsSigningKeyPairError

      RuntimeException stsSigningKeyPairError(Throwable t)
      Parameters:
      t -
      Returns:
    • stsPublicKeyCertError

      RuntimeException stsPublicKeyCertError(Throwable t)
      Parameters:
      t -
      Returns:
    • stsTokenTimeoutNotSpecified

      void stsTokenTimeoutNotSpecified()
    • wsTrustCombinedSecretKeyError

      WSTrustException wsTrustCombinedSecretKeyError(Throwable t)
      Parameters:
      t -
      Returns:
    • wsTrustClientPublicKeyError

      WSTrustException wsTrustClientPublicKeyError()
      Returns:
    • stsError

      Parameters:
      t -
      Returns:
    • signatureInvalidError

      XMLSignatureException signatureInvalidError(String message, Throwable t)
      Parameters:
      message -
      t -
      Returns:
    • stsSecurityTokenSignatureNotVerified

      void stsSecurityTokenSignatureNotVerified()
    • encryptProcessError

      RuntimeException encryptProcessError(Throwable t)
      Parameters:
      e -
      Returns:
    • stsSecurityTokenShouldBeEncrypted

      void stsSecurityTokenShouldBeEncrypted()
    • unableToDecodePasswordError

      RuntimeException unableToDecodePasswordError(String password)
      Parameters:
      password -
      Returns:
    • couldNotLoadProperties

      IllegalStateException couldNotLoadProperties(String configFile)
      Parameters:
      configFile -
      Returns:
    • stsKeyInfoTypeCreationError

      WSTrustException stsKeyInfoTypeCreationError(Throwable t)
      Parameters:
      t -
      Returns:
    • stsSecretKeyNotEncrypted

      void stsSecretKeyNotEncrypted()
    • authCouldNotIssueSAMLToken

      LoginException authCouldNotIssueSAMLToken()
      Returns:
    • authLoginError

      LoginException authLoginError(Throwable t)
      Parameters:
      t -
      Returns:
    • authCouldNotCreateWSTrustClient

      IllegalStateException authCouldNotCreateWSTrustClient(Throwable t)
      Parameters:
      e -
      Returns:
    • samlAssertionWithoutExpiration

      void samlAssertionWithoutExpiration(String id)
      Parameters:
      id -
    • authCouldNotValidateSAMLToken

      LoginException authCouldNotValidateSAMLToken(Element token)
      Parameters:
      token -
      Returns:
    • authCouldNotLocateSecurityToken

      LoginException authCouldNotLocateSecurityToken()
      Returns:
    • wsTrustNullCancelTargetError

      ProcessingException wsTrustNullCancelTargetError()
      Returns:
    • samlAssertionMarshallError

      ProcessingException samlAssertionMarshallError(Throwable t)
      Parameters:
      t -
      Returns:
    • wsTrustNullRenewTargetError

      ProcessingException wsTrustNullRenewTargetError()
      Returns:
    • samlAssertionUnmarshallError

      ProcessingException samlAssertionUnmarshallError(Throwable t)
      Parameters:
      t -
      Returns:
    • samlAssertionRevokedCouldNotRenew

      ProcessingException samlAssertionRevokedCouldNotRenew(String id)
      Returns:
    • wsTrustNullValidationTargetError

      ProcessingException wsTrustNullValidationTargetError()
      Returns:
    • stsWrongAttributeProviderTypeNotInstalled

      void stsWrongAttributeProviderTypeNotInstalled(String attributeProviderClassName)
      Parameters:
      attributeProviderClassName -
    • attributeProviderInstationError

      void attributeProviderInstationError(Throwable t)
      Parameters:
      t -
    • samlAssertion

      void samlAssertion(String nodeAsString)
      Parameters:
      nodeAsString -
    • wsTrustUnableToGetDataTypeFactory

      RuntimeException wsTrustUnableToGetDataTypeFactory(Throwable t)
      Parameters:
      dce -
      Returns:
    • wsTrustValidationStatusCodeMissing

      ProcessingException wsTrustValidationStatusCodeMissing()
      Returns:
    • samlIdentityServerActiveSessionCount

      void samlIdentityServerActiveSessionCount(int activeSessionCount)
      Parameters:
      activeSessionCount -
    • samlIdentityServerSessionCreated

      void samlIdentityServerSessionCreated(String id, int activeSessionCount)
      Parameters:
      id -
      activeSessionCount -
    • samlIdentityServerSessionDestroyed

      void samlIdentityServerSessionDestroyed(String id, int activeSessionCount)
      Parameters:
      id -
      activeSessionCount -
    • unknowCredentialType

      RuntimeException unknowCredentialType(String name)
      Parameters:
      name -
      Returns:
    • samlHandlerRoleGeneratorSetupError

      void samlHandlerRoleGeneratorSetupError(Throwable t)
      Parameters:
      t -
    • samlHandlerAssertionNotFound

      RuntimeException samlHandlerAssertionNotFound()
      Returns:
    • samlHandlerAuthnRequestIsNull

      ProcessingException samlHandlerAuthnRequestIsNull()
      Returns:
    • samlHandlerAuthenticationError

      void samlHandlerAuthenticationError(Throwable t)
      Parameters:
      t -
    • samlHandlerNoAssertionFromIDP

      IllegalArgumentException samlHandlerNoAssertionFromIDP()
      Returns:
    • samlHandlerNullEncryptedAssertion

      ProcessingException samlHandlerNullEncryptedAssertion()
      Returns:
    • samlHandlerIDPAuthenticationFailedError

      SecurityException samlHandlerIDPAuthenticationFailedError()
      Returns:
    • assertionExpiredError

      ProcessingException assertionExpiredError(AssertionExpiredException aee)
      Parameters:
      aee -
      Returns:
    • unsupportedRoleType

      RuntimeException unsupportedRoleType(Object attrValue)
      Parameters:
      attrValue -
      Returns:
    • samlHandlerFailedInResponseToVerification

      void samlHandlerFailedInResponseToVerification(String inResponseTo, String authnRequestId)
      Parameters:
      inResponseTo -
      authnRequestId -
    • samlHandlerFailedInResponseToVerificarionError

      ProcessingException samlHandlerFailedInResponseToVerificarionError()
      Returns:
    • samlIssuerNotTrustedError

      IssuerNotTrustedException samlIssuerNotTrustedError(String issuer)
      Parameters:
      issuer -
      Returns:
    • samlIssuerNotTrustedException

      IssuerNotTrustedException samlIssuerNotTrustedException(Throwable t)
      Parameters:
      e -
      Returns:
    • samlHandlerTrustElementMissingError

      ConfigurationException samlHandlerTrustElementMissingError()
      Returns:
    • samlHandlerIdentityServerNotFoundError

      ProcessingException samlHandlerIdentityServerNotFoundError()
      Returns:
    • samlHandlerPrincipalNotFoundError

      ProcessingException samlHandlerPrincipalNotFoundError()
      Returns:
    • samlHandlerKeyPairNotFound

      void samlHandlerKeyPairNotFound()
    • samlHandlerKeyPairNotFoundError

      ProcessingException samlHandlerKeyPairNotFoundError()
      Returns:
    • samlHandlerErrorSigningRedirectBindingMessage

      void samlHandlerErrorSigningRedirectBindingMessage(Throwable t)
      Parameters:
      t -
    • samlHandlerSigningRedirectBindingMessageError

      RuntimeException samlHandlerSigningRedirectBindingMessageError(Throwable t)
      Parameters:
      t -
      Returns:
    • samlHandlerSignatureValidationFailed

      SignatureValidationException samlHandlerSignatureValidationFailed()
      Returns:
    • samlHandlerErrorValidatingSignature

      void samlHandlerErrorValidatingSignature(Throwable t)
      Parameters:
      t -
    • samlHandlerInvalidSignatureError

      ProcessingException samlHandlerInvalidSignatureError()
      Returns:
    • samlHandlerSignatureNotPresentError

      ProcessingException samlHandlerSignatureNotPresentError()
      Returns:
    • samlHandlerSignatureValidationError

      ProcessingException samlHandlerSignatureValidationError(Throwable t)
      Parameters:
      t -
      Returns:
    • error

      void error(Throwable t)
      Parameters:
      t -
    • samlHandlerChainProcessingError

      RuntimeException samlHandlerChainProcessingError(Throwable t)
      Parameters:
      t -
      Returns:
    • trustKeyManagerMissing

      TrustKeyConfigurationException trustKeyManagerMissing()
      Returns:
    • samlBase64DecodingError

      void samlBase64DecodingError(Throwable t)
      Parameters:
      rte -
    • samlParsingError

      void samlParsingError(Throwable t)
      Parameters:
      t -
    • trace

      void trace(Throwable t)
      Parameters:
      t -
    • mappingContextNull

      void mappingContextNull()
    • attributeManagerError

      void attributeManagerError(Throwable t)
      Parameters:
      t -
    • couldNotObtainSecurityContext

      void couldNotObtainSecurityContext()
    • authFailedToCreatePrincipal

      LoginException authFailedToCreatePrincipal(Throwable t)
      Parameters:
      t -
      Returns:
    • authSharedCredentialIsNotSAMLCredential

      LoginException authSharedCredentialIsNotSAMLCredential(String className)
      Parameters:
      class1 -
      Returns:
    • authSTSConfigFileNotFound

      LoginException authSTSConfigFileNotFound()
      Returns:
    • authErrorHandlingCallback

      LoginException authErrorHandlingCallback(Throwable t)
      Parameters:
      t -
      Returns:
    • authInvalidSAMLAssertionBySTS

      LoginException authInvalidSAMLAssertionBySTS()
      Returns:
    • authAssertionValidationError

      LoginException authAssertionValidationError(Throwable t)
      Parameters:
      t -
      Returns:
    • authFailedToParseSAMLAssertion

      LoginException authFailedToParseSAMLAssertion(Throwable t)
      Parameters:
      t -
      Returns:
    • samlAssertionPasingFailed

      void samlAssertionPasingFailed(Throwable t)
      Parameters:
      t -
    • authNullKeyStoreFromSecurityDomainError

      LoginException authNullKeyStoreFromSecurityDomainError(String name)
    • authNullKeyStoreAliasFromSecurityDomainError

      LoginException authNullKeyStoreAliasFromSecurityDomainError(String name)
    • authNoCertificateFoundForAliasError

      LoginException authNoCertificateFoundForAliasError(String alias, String name)
    • authSAMLInvalidSignatureError

      LoginException authSAMLInvalidSignatureError()
    • authSAMLAssertionExpiredError

      LoginException authSAMLAssertionExpiredError()
    • authSAMLAssertionIssuingFailed

      void authSAMLAssertionIssuingFailed(Throwable t)
      Parameters:
      t -
    • jbossWSUnableToCreateBinaryToken

      void jbossWSUnableToCreateBinaryToken(Throwable t)
      Parameters:
      t -
    • jbossWSUnableToCreateSecurityToken

      void jbossWSUnableToCreateSecurityToken()
    • jbossWSUnableToWriteSOAPMessage

      void jbossWSUnableToWriteSOAPMessage(Throwable t)
      Parameters:
      ignore -
    • jbossWSUnableToLoadJBossWSSEConfigError

      RuntimeException jbossWSUnableToLoadJBossWSSEConfigError()
      Returns:
    • jbossWSAuthorizationFailed

      RuntimeException jbossWSAuthorizationFailed()
      Returns:
    • jbossWSErrorGettingOperationName

      void jbossWSErrorGettingOperationName(Throwable t)
      Parameters:
      t -
    • authSAMLCredentialNotAvailable

      LoginException authSAMLCredentialNotAvailable()
      Returns:
    • authUnableToInstantiateHandler

      RuntimeException authUnableToInstantiateHandler(String token, Throwable t)
      Parameters:
      token -
      t -
      Returns:
    • jbossWSUnableToCreateSSLSocketFactory

      RuntimeException jbossWSUnableToCreateSSLSocketFactory(Throwable t)
      Parameters:
      e1 -
      Returns:
    • jbossWSUnableToFindSSLSocketFactory

      RuntimeException jbossWSUnableToFindSSLSocketFactory()
      Returns:
    • authUnableToGetIdentityFromSubject

      RuntimeException authUnableToGetIdentityFromSubject()
      Returns:
    • authSAMLAssertionNullOrEmpty

      RuntimeException authSAMLAssertionNullOrEmpty()
      Returns:
    • jbossWSUncheckedAndRolesCannotBeTogether

      ProcessingException jbossWSUncheckedAndRolesCannotBeTogether()
      Returns:
    • samlIDPHandlingSAML11Error

      void samlIDPHandlingSAML11Error(Throwable t)
      Parameters:
      t -
    • samlIDPValidationCheckFailed

      GeneralSecurityException samlIDPValidationCheckFailed()
      Returns:
    • samlIDPRequestProcessingError

      void samlIDPRequestProcessingError(Throwable t)
      Parameters:
      t -
    • samlIDPUnableToSetParticipantStackUsingDefault

      void samlIDPUnableToSetParticipantStackUsingDefault(Throwable t)
      Parameters:
      t -
    • samlHandlerConfigurationError

      void samlHandlerConfigurationError(Throwable t)
      Parameters:
      t -
    • samlIDPSettingCanonicalizationMethod

      void samlIDPSettingCanonicalizationMethod(String canonicalizationMethod)
      Parameters:
      canonicalizationMethod -
    • samlIDPConfigurationError

      RuntimeException samlIDPConfigurationError(Throwable t)
      Parameters:
      t -
      Returns:
    • configurationFileMissing

      RuntimeException configurationFileMissing(String configFile)
      Parameters:
      configFile -
      Returns:
    • samlIDPInstallingDefaultSTSConfig

      void samlIDPInstallingDefaultSTSConfig()
    • samlSPFallingBackToLocalFormAuthentication

      void samlSPFallingBackToLocalFormAuthentication()
    • unableLocalAuthentication

      IOException unableLocalAuthentication(Throwable t)
      Parameters:
      ex -
      Returns:
    • samlSPUnableToGetIDPDescriptorFromMetadata

      void samlSPUnableToGetIDPDescriptorFromMetadata()
    • samlSPConfigurationError

      RuntimeException samlSPConfigurationError(Throwable t)
      Parameters:
      t -
      Returns:
    • samlSPSettingCanonicalizationMethod

      void samlSPSettingCanonicalizationMethod(String canonicalizationMethod)
      Parameters:
      canonicalizationMethod -
    • samlSPCouldNotDispatchToLogoutPage

      void samlSPCouldNotDispatchToLogoutPage(String logOutPage)
      Parameters:
      logOutPage -
    • usingLoggerImplementation

      void usingLoggerImplementation(String className)

      Logs the implementation being used to log messages and exceptions.

      Parameters:
      name -
    • samlResponseFromIDPParsingFailed

      void samlResponseFromIDPParsingFailed()
    • auditSecurityDomainNotFound

      ConfigurationException auditSecurityDomainNotFound(Throwable t)
      Parameters:
      t -
      Returns:
    • auditAuditManagerNotFound

      ConfigurationException auditAuditManagerNotFound(String location, Throwable t)
      Parameters:
      location -
      t -
      Returns:
    • samlIssueInstantMissingError

      IssueInstantMissingException samlIssueInstantMissingError()
      Returns:
    • samlSPResponseNotCatalinaResponseError

      RuntimeException samlSPResponseNotCatalinaResponseError(Object response)
      Parameters:
      response -
      Returns:
    • samlLogoutError

      void samlLogoutError(Throwable t)
      Parameters:
      t -
    • samlErrorPageForwardError

      void samlErrorPageForwardError(String errorPage, Throwable t)
      Parameters:
      t -
    • samlSPHandleRequestError

      void samlSPHandleRequestError(Throwable t)
      Parameters:
      t -
    • samlSPProcessingExceptionError

      IOException samlSPProcessingExceptionError(Throwable t)
      Parameters:
      t -
      Returns:
    • samlInvalidProtocolBinding

      IllegalArgumentException samlInvalidProtocolBinding()
      Returns:
    • samlHandlerServiceProviderConfigNotFound

      IllegalStateException samlHandlerServiceProviderConfigNotFound()
      Returns:
    • samlSecurityTokenAlreadyPersisted

      void samlSecurityTokenAlreadyPersisted(String id)
    • samlSecurityTokenNotFoundInRegistry

      void samlSecurityTokenNotFoundInRegistry(String id)
      Parameters:
      id -
    • samlMetaDataFailedToCreateCacheDuration

      IllegalArgumentException samlMetaDataFailedToCreateCacheDuration(String timeValue)
    • samlMetaDataNoIdentityProviderDefined

      ConfigurationException samlMetaDataNoIdentityProviderDefined()
    • samlMetaDataNoServiceProviderDefined

      ConfigurationException samlMetaDataNoServiceProviderDefined()
    • securityDomainNotFound

      ConfigurationException securityDomainNotFound()
    • authenticationManagerError

      void authenticationManagerError(ConfigurationException e)
    • authorizationManagerError

      void authorizationManagerError(ConfigurationException e)
    • jbdcInitializationError

      IllegalStateException jbdcInitializationError(Throwable throwable)
    • errorUnmarshallingToken

      RuntimeException errorUnmarshallingToken(Throwable e)
    • runtimeException

      RuntimeException runtimeException(String msg, Throwable e)
    • datasourceIsNull

      IllegalStateException datasourceIsNull()
    • cannotParseParameterValue

      IllegalArgumentException cannotParseParameterValue(String parameter, Throwable e)
    • cannotGetFreeClientPoolKey

      RuntimeException cannotGetFreeClientPoolKey(String key)
    • cannotGetSTSConfigByKey

      RuntimeException cannotGetSTSConfigByKey(String key)
    • cannotGetUsedClientsByKey

      RuntimeException cannotGetUsedClientsByKey(String key)
    • removingNonExistingClientFromUsedClientsByKey

      RuntimeException removingNonExistingClientFromUsedClientsByKey(String key)
    • freePoolAlreadyContainsGivenKey

      RuntimeException freePoolAlreadyContainsGivenKey(String key)
    • maximumNumberOfClientsReachedforPool

      RuntimeException maximumNumberOfClientsReachedforPool(String max)
    • cannotSetMaxPoolSizeToNegative

      RuntimeException cannotSetMaxPoolSizeToNegative(String max)
    • parserFeatureNotSupported

      RuntimeException parserFeatureNotSupported(String feature)
    • samlAssertionWrongAudience

      ProcessingException samlAssertionWrongAudience(String serviceURL)
    • samlExtensionUnknownChild

      ProcessingException samlExtensionUnknownChild(Class<?> clazz)