public class DefaultPicketLinkLogger extends Object implements PicketLinkLogger
public void info(String message)
info
in interface PicketLinkLogger
public void debug(String message)
debug
in interface PicketLinkLogger
public void trace(String message)
trace
in interface PicketLinkLogger
public void trace(String message, Throwable t)
trace
in interface PicketLinkLogger
public void trace(Throwable t)
trace
in interface PicketLinkLogger
public void error(Throwable t)
error
in interface PicketLinkLogger
public IllegalArgumentException nullArgumentError(String argument)
PicketLinkLogger
Creates an IllegalArgumentException
for null arguments.
nullArgumentError
in interface PicketLinkLogger
public IllegalArgumentException shouldNotBeTheSameError(String string)
PicketLinkLogger
Creates an IllegalArgumentException
for arguments that should not be the same.
shouldNotBeTheSameError
in interface PicketLinkLogger
public ProcessingException resourceNotFound(String resource)
PicketLinkLogger
Creates an ProcessingException
for resources that are not found.
resourceNotFound
in interface PicketLinkLogger
public ProcessingException processingError(Throwable t)
PicketLinkLogger
Creates an ProcessingException
for generics processing errors.
processingError
in interface PicketLinkLogger
public RuntimeException unsupportedType(String name)
PicketLinkLogger
Creates an RuntimeException
for not supported types.
unsupportedType
in interface PicketLinkLogger
public XMLSignatureException signatureError(Throwable e)
PicketLinkLogger
Creates a ProcessingException
for exceptions raised during signature processing.
signatureError
in interface PicketLinkLogger
public RuntimeException nullValueError(String nullValue)
PicketLinkLogger
Creates a RuntimeException
for null values.
nullValueError
in interface PicketLinkLogger
public RuntimeException notImplementedYet(String feature)
PicketLinkLogger
Creates a RuntimeException
for not implemented methods or features.
notImplementedYet
in interface PicketLinkLogger
public IllegalStateException auditNullAuditManager()
PicketLinkLogger
Creates a IllegalStateException
for the case the Audit Manager is null.
auditNullAuditManager
in interface PicketLinkLogger
public boolean isInfoEnabled()
PicketLinkLogger
Indicates if the logging level is set to INFO.
isInfoEnabled
in interface PicketLinkLogger
public void auditEvent(String auditEvent)
PicketLinkLogger
Logs a PicketLink Audit Event.
auditEvent
in interface PicketLinkLogger
public RuntimeException injectedValueMissing(String value)
PicketLinkLogger
Creates a RuntimeException
for missing values.
injectedValueMissing
in interface PicketLinkLogger
public void keyStoreSetup()
PicketLinkLogger
Logs a message during the KeyStore setup.
keyStoreSetup
in interface PicketLinkLogger
public IllegalStateException keyStoreNullStore()
PicketLinkLogger
Creates a IllegalStateException
for the case where the KeyStore is null.
keyStoreNullStore
in interface PicketLinkLogger
public void keyStoreNullPublicKeyForAlias(String alias)
PicketLinkLogger
Logs a message for the cases where no public key was found for a given alias.
keyStoreNullPublicKeyForAlias
in interface PicketLinkLogger
public TrustKeyConfigurationException keyStoreConfigurationError(Throwable t)
PicketLinkLogger
Creates a TrustKeyConfigurationException
for exceptions raised during the KeyStore configuration.
keyStoreConfigurationError
in interface PicketLinkLogger
public TrustKeyProcessingException keyStoreProcessingError(Throwable t)
PicketLinkLogger
Creates a TrustKeyConfigurationException
for exceptions raised during the KeyStore processing.
keyStoreProcessingError
in interface PicketLinkLogger
public IllegalStateException keyStoreMissingDomainAlias(String domain)
keyStoreMissingDomainAlias
in interface PicketLinkLogger
public RuntimeException keyStoreNullSigningKeyPass()
PicketLinkLogger
Creates a RuntimeException
for the case where the signing key password is null.
keyStoreNullSigningKeyPass
in interface PicketLinkLogger
public RuntimeException keyStoreNullEncryptionKeyPass()
keyStoreNullEncryptionKeyPass
in interface PicketLinkLogger
public RuntimeException keyStoreNotLocated(String keyStore)
PicketLinkLogger
Creates a RuntimeException
for the case where key store are not located.
keyStoreNotLocated
in interface PicketLinkLogger
public IllegalStateException keyStoreNullAlias()
PicketLinkLogger
Creates a IllegalStateException
for the case where the alias is null.
keyStoreNullAlias
in interface PicketLinkLogger
public RuntimeException parserUnknownEndElement(String endElementName)
PicketLinkLogger
Creates a RuntimeException
for the case where parser founds a unknown end element.
parserUnknownEndElement
in interface PicketLinkLogger
public RuntimeException parserUnknownTag(String tag, Location location)
parserUnknownTag
in interface PicketLinkLogger
public ParsingException parserRequiredAttribute(String string)
parserRequiredAttribute
in interface PicketLinkLogger
public RuntimeException parserUnknownStartElement(String elementName, Location location)
parserUnknownStartElement
in interface PicketLinkLogger
public IllegalStateException parserNullStartElement()
parserNullStartElement
in interface PicketLinkLogger
public ParsingException parserUnknownXSI(String xsiTypeValue)
parserUnknownXSI
in interface PicketLinkLogger
public ParsingException parserExpectedEndTag(String tagName)
parserExpectedEndTag
in interface PicketLinkLogger
public ParsingException parserException(Throwable t)
parserException
in interface PicketLinkLogger
public ParsingException parserExpectedTextValue(String string)
parserExpectedTextValue
in interface PicketLinkLogger
public RuntimeException parserExpectedXSI(String expectedXsi)
parserExpectedXSI
in interface PicketLinkLogger
public RuntimeException parserExpectedTag(String tag, String foundElementTag)
parserExpectedTag
in interface PicketLinkLogger
public RuntimeException parserFailed(String elementName)
parserFailed
in interface PicketLinkLogger
public ParsingException parserUnableParsingNullToken()
parserUnableParsingNullToken
in interface PicketLinkLogger
public ParsingException parserError(Throwable t)
parserError
in interface PicketLinkLogger
public RuntimeException xacmlPDPMessageProcessingError(Throwable t)
xacmlPDPMessageProcessingError
in interface PicketLinkLogger
public IllegalStateException fileNotLocated(String policyConfigFileName)
fileNotLocated
in interface PicketLinkLogger
public IllegalStateException optionNotSet(String option)
optionNotSet
in interface PicketLinkLogger
public void stsTokenRegistryNotSpecified()
stsTokenRegistryNotSpecified
in interface PicketLinkLogger
public void stsTokenRegistryInvalidType(String tokenRegistryOption)
stsTokenRegistryInvalidType
in interface PicketLinkLogger
public void stsTokenRegistryInstantiationError()
stsTokenRegistryInstantiationError
in interface PicketLinkLogger
public void stsRevocationRegistryNotSpecified()
stsRevocationRegistryNotSpecified
in interface PicketLinkLogger
public void stsRevocationRegistryInvalidType(String registryOption)
stsRevocationRegistryInvalidType
in interface PicketLinkLogger
public void stsRevocationRegistryInstantiationError()
stsRevocationRegistryInstantiationError
in interface PicketLinkLogger
public ProcessingException samlAssertionExpiredError()
samlAssertionExpiredError
in interface PicketLinkLogger
public ProcessingException assertionInvalidError()
assertionInvalidError
in interface PicketLinkLogger
public RuntimeException writerUnknownTypeError(String name)
writerUnknownTypeError
in interface PicketLinkLogger
public ProcessingException writerNullValueError(String value)
writerNullValueError
in interface PicketLinkLogger
public RuntimeException writerUnsupportedAttributeValueError(String value)
writerUnsupportedAttributeValueError
in interface PicketLinkLogger
public IllegalArgumentException issuerInfoMissingStatusCodeError()
issuerInfoMissingStatusCodeError
in interface PicketLinkLogger
public ProcessingException classNotLoadedError(String fqn)
classNotLoadedError
in interface PicketLinkLogger
public ProcessingException couldNotCreateInstance(String fqn, Throwable t)
couldNotCreateInstance
in interface PicketLinkLogger
public RuntimeException systemPropertyMissingError(String property)
systemPropertyMissingError
in interface PicketLinkLogger
public void samlMetaDataIdentityProviderLoadingError(Throwable t)
samlMetaDataIdentityProviderLoadingError
in interface PicketLinkLogger
public void samlMetaDataServiceProviderLoadingError(Throwable t)
samlMetaDataServiceProviderLoadingError
in interface PicketLinkLogger
public void signatureAssertionValidationError(Throwable t)
signatureAssertionValidationError
in interface PicketLinkLogger
public void samlAssertionExpired(String id)
samlAssertionExpired
in interface PicketLinkLogger
public RuntimeException unknownObjectType(Object attrValue)
unknownObjectType
in interface PicketLinkLogger
public ConfigurationException configurationError(Throwable t)
configurationError
in interface PicketLinkLogger
public RuntimeException signatureUnknownAlgo(String algo)
signatureUnknownAlgo
in interface PicketLinkLogger
public IllegalArgumentException invalidArgumentError(String message)
invalidArgumentError
in interface PicketLinkLogger
public ProcessingException stsNoTokenProviderError(String configuration, String protocolContext)
stsNoTokenProviderError
in interface PicketLinkLogger
public void stsConfigurationFileNotFoundTCL(String fileName)
stsConfigurationFileNotFoundTCL
in interface PicketLinkLogger
public void stsConfigurationFileNotFoundClassLoader(String fileName)
stsConfigurationFileNotFoundClassLoader
in interface PicketLinkLogger
public void stsUsingDefaultConfiguration(String fileName)
stsUsingDefaultConfiguration
in interface PicketLinkLogger
public void stsConfigurationFileLoaded(String fileName)
stsConfigurationFileLoaded
in interface PicketLinkLogger
public ConfigurationException stsConfigurationFileParsingError(Throwable t)
stsConfigurationFileParsingError
in interface PicketLinkLogger
public IOException notSerializableError(String message)
notSerializableError
in interface PicketLinkLogger
public void trustKeyManagerCreationError(Throwable t)
trustKeyManagerCreationError
in interface PicketLinkLogger
public void error(String message)
error
in interface PicketLinkLogger
public void xmlCouldNotGetSchema(Throwable t)
xmlCouldNotGetSchema
in interface PicketLinkLogger
public boolean isTraceEnabled()
isTraceEnabled
in interface PicketLinkLogger
public boolean isDebugEnabled()
isDebugEnabled
in interface PicketLinkLogger
public void jceProviderCouldNotBeLoaded(String name, Throwable t)
jceProviderCouldNotBeLoaded
in interface PicketLinkLogger
public ProcessingException writerInvalidKeyInfoNullContentError()
writerInvalidKeyInfoNullContentError
in interface PicketLinkLogger
public RuntimeException notEqualError(String first, String second)
notEqualError
in interface PicketLinkLogger
public IllegalArgumentException wrongTypeError(String message)
wrongTypeError
in interface PicketLinkLogger
public RuntimeException encryptUnknownAlgoError(String certAlgo)
encryptUnknownAlgoError
in interface PicketLinkLogger
public IllegalStateException domMissingDocElementError(String element)
domMissingDocElementError
in interface PicketLinkLogger
public IllegalStateException domMissingElementError(String element)
domMissingElementError
in interface PicketLinkLogger
public WebServiceException stsWSInvalidTokenRequestError()
stsWSInvalidTokenRequestError
in interface PicketLinkLogger
public WebServiceException stsWSError(Throwable t)
stsWSError
in interface PicketLinkLogger
public WebServiceException stsWSConfigurationError(Throwable t)
stsWSConfigurationError
in interface PicketLinkLogger
public WSTrustException stsWSInvalidRequestTypeError(String requestType)
stsWSInvalidRequestTypeError
in interface PicketLinkLogger
public WebServiceException stsWSHandlingTokenRequestError(Throwable t)
stsWSHandlingTokenRequestError
in interface PicketLinkLogger
public WebServiceException stsWSResponseWritingError(Throwable t)
stsWSResponseWritingError
in interface PicketLinkLogger
public RuntimeException stsUnableToConstructKeyManagerError(Throwable t)
stsUnableToConstructKeyManagerError
in interface PicketLinkLogger
public RuntimeException stsPublicKeyError(String serviceName, Throwable t)
stsPublicKeyError
in interface PicketLinkLogger
public RuntimeException stsSigningKeyPairError(Throwable t)
stsSigningKeyPairError
in interface PicketLinkLogger
public RuntimeException stsPublicKeyCertError(Throwable t)
stsPublicKeyCertError
in interface PicketLinkLogger
public void stsTokenTimeoutNotSpecified()
stsTokenTimeoutNotSpecified
in interface PicketLinkLogger
public WSTrustException wsTrustCombinedSecretKeyError(Throwable t)
wsTrustCombinedSecretKeyError
in interface PicketLinkLogger
public WSTrustException wsTrustClientPublicKeyError()
wsTrustClientPublicKeyError
in interface PicketLinkLogger
public WSTrustException stsError(Throwable t)
stsError
in interface PicketLinkLogger
public XMLSignatureException signatureInvalidError(String message, Throwable t)
signatureInvalidError
in interface PicketLinkLogger
public void stsSecurityTokenSignatureNotVerified()
stsSecurityTokenSignatureNotVerified
in interface PicketLinkLogger
public RuntimeException encryptProcessError(Throwable t)
encryptProcessError
in interface PicketLinkLogger
public void stsSecurityTokenShouldBeEncrypted()
stsSecurityTokenShouldBeEncrypted
in interface PicketLinkLogger
public RuntimeException unableToDecodePasswordError(String password)
unableToDecodePasswordError
in interface PicketLinkLogger
public IllegalStateException couldNotLoadProperties(String configFile)
couldNotLoadProperties
in interface PicketLinkLogger
public WSTrustException stsKeyInfoTypeCreationError(Throwable t)
stsKeyInfoTypeCreationError
in interface PicketLinkLogger
public void stsSecretKeyNotEncrypted()
stsSecretKeyNotEncrypted
in interface PicketLinkLogger
public LoginException authCouldNotIssueSAMLToken()
authCouldNotIssueSAMLToken
in interface PicketLinkLogger
public LoginException authLoginError(Throwable t)
authLoginError
in interface PicketLinkLogger
public IllegalStateException authCouldNotCreateWSTrustClient(Throwable t)
authCouldNotCreateWSTrustClient
in interface PicketLinkLogger
public void samlAssertionWithoutExpiration(String id)
samlAssertionWithoutExpiration
in interface PicketLinkLogger
public LoginException authCouldNotValidateSAMLToken(Element token)
authCouldNotValidateSAMLToken
in interface PicketLinkLogger
public LoginException authCouldNotLocateSecurityToken()
authCouldNotLocateSecurityToken
in interface PicketLinkLogger
public ProcessingException wsTrustNullCancelTargetError()
wsTrustNullCancelTargetError
in interface PicketLinkLogger
public ProcessingException samlAssertionMarshallError(Throwable t)
samlAssertionMarshallError
in interface PicketLinkLogger
public ProcessingException wsTrustNullRenewTargetError()
wsTrustNullRenewTargetError
in interface PicketLinkLogger
public ProcessingException samlAssertionUnmarshallError(Throwable t)
samlAssertionUnmarshallError
in interface PicketLinkLogger
public ProcessingException samlAssertionRevokedCouldNotRenew(String id)
samlAssertionRevokedCouldNotRenew
in interface PicketLinkLogger
public ProcessingException wsTrustNullValidationTargetError()
wsTrustNullValidationTargetError
in interface PicketLinkLogger
public void stsWrongAttributeProviderTypeNotInstalled(String attributeProviderClassName)
stsWrongAttributeProviderTypeNotInstalled
in interface PicketLinkLogger
public void attributeProviderInstationError(Throwable t)
attributeProviderInstationError
in interface PicketLinkLogger
public void samlAssertion(String nodeAsString)
samlAssertion
in interface PicketLinkLogger
public RuntimeException wsTrustUnableToGetDataTypeFactory(Throwable t)
wsTrustUnableToGetDataTypeFactory
in interface PicketLinkLogger
public ProcessingException wsTrustValidationStatusCodeMissing()
wsTrustValidationStatusCodeMissing
in interface PicketLinkLogger
public void samlIdentityServerActiveSessionCount(int activeSessionCount)
samlIdentityServerActiveSessionCount
in interface PicketLinkLogger
public void samlIdentityServerSessionCreated(String id, int activeSessionCount)
samlIdentityServerSessionCreated
in interface PicketLinkLogger
public void samlIdentityServerSessionDestroyed(String id, int activeSessionCount)
samlIdentityServerSessionDestroyed
in interface PicketLinkLogger
public RuntimeException unknowCredentialType(String name)
unknowCredentialType
in interface PicketLinkLogger
public void samlHandlerRoleGeneratorSetupError(Throwable t)
samlHandlerRoleGeneratorSetupError
in interface PicketLinkLogger
public RuntimeException samlHandlerAssertionNotFound()
samlHandlerAssertionNotFound
in interface PicketLinkLogger
public ProcessingException samlHandlerAuthnRequestIsNull()
samlHandlerAuthnRequestIsNull
in interface PicketLinkLogger
public void samlHandlerAuthenticationError(Throwable t)
samlHandlerAuthenticationError
in interface PicketLinkLogger
public IllegalArgumentException samlHandlerNoAssertionFromIDP()
samlHandlerNoAssertionFromIDP
in interface PicketLinkLogger
public ProcessingException samlHandlerNullEncryptedAssertion()
samlHandlerNullEncryptedAssertion
in interface PicketLinkLogger
public SecurityException samlHandlerIDPAuthenticationFailedError()
samlHandlerIDPAuthenticationFailedError
in interface PicketLinkLogger
public ProcessingException assertionExpiredError(AssertionExpiredException aee)
assertionExpiredError
in interface PicketLinkLogger
public RuntimeException unsupportedRoleType(Object attrValue)
unsupportedRoleType
in interface PicketLinkLogger
public void samlHandlerFailedInResponseToVerification(String inResponseTo, String authnRequestId)
samlHandlerFailedInResponseToVerification
in interface PicketLinkLogger
public ProcessingException samlHandlerFailedInResponseToVerificarionError()
samlHandlerFailedInResponseToVerificarionError
in interface PicketLinkLogger
public IssuerNotTrustedException samlIssuerNotTrustedError(String issuer)
samlIssuerNotTrustedError
in interface PicketLinkLogger
public IssuerNotTrustedException samlIssuerNotTrustedException(Throwable t)
samlIssuerNotTrustedException
in interface PicketLinkLogger
public ConfigurationException samlHandlerTrustElementMissingError()
samlHandlerTrustElementMissingError
in interface PicketLinkLogger
public ProcessingException samlHandlerIdentityServerNotFoundError()
samlHandlerIdentityServerNotFoundError
in interface PicketLinkLogger
public ProcessingException samlHandlerPrincipalNotFoundError()
samlHandlerPrincipalNotFoundError
in interface PicketLinkLogger
public void samlHandlerKeyPairNotFound()
samlHandlerKeyPairNotFound
in interface PicketLinkLogger
public ProcessingException samlHandlerKeyPairNotFoundError()
samlHandlerKeyPairNotFoundError
in interface PicketLinkLogger
public void samlHandlerErrorSigningRedirectBindingMessage(Throwable t)
samlHandlerErrorSigningRedirectBindingMessage
in interface PicketLinkLogger
public RuntimeException samlHandlerSigningRedirectBindingMessageError(Throwable t)
samlHandlerSigningRedirectBindingMessageError
in interface PicketLinkLogger
public SignatureValidationException samlHandlerSignatureValidationFailed()
samlHandlerSignatureValidationFailed
in interface PicketLinkLogger
public void samlHandlerErrorValidatingSignature(Throwable t)
samlHandlerErrorValidatingSignature
in interface PicketLinkLogger
public ProcessingException samlHandlerInvalidSignatureError()
samlHandlerInvalidSignatureError
in interface PicketLinkLogger
public ProcessingException samlHandlerSignatureNotPresentError()
samlHandlerSignatureNotPresentError
in interface PicketLinkLogger
public ProcessingException samlHandlerSignatureValidationError(Throwable t)
samlHandlerSignatureValidationError
in interface PicketLinkLogger
public RuntimeException samlHandlerChainProcessingError(Throwable t)
samlHandlerChainProcessingError
in interface PicketLinkLogger
public TrustKeyConfigurationException trustKeyManagerMissing()
trustKeyManagerMissing
in interface PicketLinkLogger
public void samlBase64DecodingError(Throwable t)
samlBase64DecodingError
in interface PicketLinkLogger
public void samlParsingError(Throwable t)
samlParsingError
in interface PicketLinkLogger
public void mappingContextNull()
mappingContextNull
in interface PicketLinkLogger
public void attributeManagerError(Throwable t)
attributeManagerError
in interface PicketLinkLogger
public void couldNotObtainSecurityContext()
couldNotObtainSecurityContext
in interface PicketLinkLogger
public LoginException authFailedToCreatePrincipal(Throwable t)
authFailedToCreatePrincipal
in interface PicketLinkLogger
public LoginException authSharedCredentialIsNotSAMLCredential(String className)
authSharedCredentialIsNotSAMLCredential
in interface PicketLinkLogger
public LoginException authSTSConfigFileNotFound()
authSTSConfigFileNotFound
in interface PicketLinkLogger
public LoginException authErrorHandlingCallback(Throwable t)
authErrorHandlingCallback
in interface PicketLinkLogger
public LoginException authInvalidSAMLAssertionBySTS()
authInvalidSAMLAssertionBySTS
in interface PicketLinkLogger
public LoginException authAssertionValidationError(Throwable t)
authAssertionValidationError
in interface PicketLinkLogger
public LoginException authFailedToParseSAMLAssertion(Throwable t)
authFailedToParseSAMLAssertion
in interface PicketLinkLogger
public void samlAssertionPasingFailed(Throwable t)
samlAssertionPasingFailed
in interface PicketLinkLogger
public LoginException authNullKeyStoreFromSecurityDomainError(String name)
authNullKeyStoreFromSecurityDomainError
in interface PicketLinkLogger
public LoginException authNullKeyStoreAliasFromSecurityDomainError(String name)
authNullKeyStoreAliasFromSecurityDomainError
in interface PicketLinkLogger
public LoginException authNoCertificateFoundForAliasError(String alias, String name)
authNoCertificateFoundForAliasError
in interface PicketLinkLogger
public LoginException authSAMLInvalidSignatureError()
authSAMLInvalidSignatureError
in interface PicketLinkLogger
public LoginException authSAMLAssertionExpiredError()
authSAMLAssertionExpiredError
in interface PicketLinkLogger
public void authSAMLAssertionIssuingFailed(Throwable t)
authSAMLAssertionIssuingFailed
in interface PicketLinkLogger
public void jbossWSUnableToCreateBinaryToken(Throwable t)
jbossWSUnableToCreateBinaryToken
in interface PicketLinkLogger
public void jbossWSUnableToCreateSecurityToken()
jbossWSUnableToCreateSecurityToken
in interface PicketLinkLogger
public void jbossWSUnableToWriteSOAPMessage(Throwable t)
jbossWSUnableToWriteSOAPMessage
in interface PicketLinkLogger
public RuntimeException jbossWSUnableToLoadJBossWSSEConfigError()
jbossWSUnableToLoadJBossWSSEConfigError
in interface PicketLinkLogger
public RuntimeException jbossWSAuthorizationFailed()
jbossWSAuthorizationFailed
in interface PicketLinkLogger
public void jbossWSErrorGettingOperationName(Throwable t)
jbossWSErrorGettingOperationName
in interface PicketLinkLogger
public LoginException authSAMLCredentialNotAvailable()
authSAMLCredentialNotAvailable
in interface PicketLinkLogger
public RuntimeException authUnableToInstantiateHandler(String token, Throwable t)
authUnableToInstantiateHandler
in interface PicketLinkLogger
public RuntimeException jbossWSUnableToCreateSSLSocketFactory(Throwable t)
jbossWSUnableToCreateSSLSocketFactory
in interface PicketLinkLogger
public RuntimeException jbossWSUnableToFindSSLSocketFactory()
jbossWSUnableToFindSSLSocketFactory
in interface PicketLinkLogger
public RuntimeException authUnableToGetIdentityFromSubject()
authUnableToGetIdentityFromSubject
in interface PicketLinkLogger
public RuntimeException authSAMLAssertionNullOrEmpty()
authSAMLAssertionNullOrEmpty
in interface PicketLinkLogger
public ProcessingException jbossWSUncheckedAndRolesCannotBeTogether()
jbossWSUncheckedAndRolesCannotBeTogether
in interface PicketLinkLogger
public void samlIDPHandlingSAML11Error(Throwable t)
samlIDPHandlingSAML11Error
in interface PicketLinkLogger
public GeneralSecurityException samlIDPValidationCheckFailed()
samlIDPValidationCheckFailed
in interface PicketLinkLogger
public void samlIDPRequestProcessingError(Throwable t)
samlIDPRequestProcessingError
in interface PicketLinkLogger
public void samlIDPUnableToSetParticipantStackUsingDefault(Throwable t)
samlIDPUnableToSetParticipantStackUsingDefault
in interface PicketLinkLogger
public void samlHandlerConfigurationError(Throwable t)
samlHandlerConfigurationError
in interface PicketLinkLogger
public void samlIDPSettingCanonicalizationMethod(String canonicalizationMethod)
samlIDPSettingCanonicalizationMethod
in interface PicketLinkLogger
public RuntimeException samlIDPConfigurationError(Throwable t)
samlIDPConfigurationError
in interface PicketLinkLogger
public RuntimeException configurationFileMissing(String configFile)
configurationFileMissing
in interface PicketLinkLogger
public void samlIDPInstallingDefaultSTSConfig()
samlIDPInstallingDefaultSTSConfig
in interface PicketLinkLogger
public void warn(String message)
warn
in interface PicketLinkLogger
public void samlSPFallingBackToLocalFormAuthentication()
samlSPFallingBackToLocalFormAuthentication
in interface PicketLinkLogger
public IOException unableLocalAuthentication(Throwable t)
unableLocalAuthentication
in interface PicketLinkLogger
public void samlSPUnableToGetIDPDescriptorFromMetadata()
samlSPUnableToGetIDPDescriptorFromMetadata
in interface PicketLinkLogger
public RuntimeException samlSPConfigurationError(Throwable t)
samlSPConfigurationError
in interface PicketLinkLogger
public void samlSPSettingCanonicalizationMethod(String canonicalizationMethod)
samlSPSettingCanonicalizationMethod
in interface PicketLinkLogger
public void samlSPCouldNotDispatchToLogoutPage(String logOutPage)
samlSPCouldNotDispatchToLogoutPage
in interface PicketLinkLogger
public void usingLoggerImplementation(String className)
PicketLinkLogger
Logs the implementation being used to log messages and exceptions.
usingLoggerImplementation
in interface PicketLinkLogger
public void samlResponseFromIDPParsingFailed()
samlResponseFromIDPParsingFailed
in interface PicketLinkLogger
public ConfigurationException auditSecurityDomainNotFound(Throwable t)
auditSecurityDomainNotFound
in interface PicketLinkLogger
public ConfigurationException auditAuditManagerNotFound(String location, Throwable t)
auditAuditManagerNotFound
in interface PicketLinkLogger
public IssueInstantMissingException samlIssueInstantMissingError()
samlIssueInstantMissingError
in interface PicketLinkLogger
public RuntimeException samlSPResponseNotCatalinaResponseError(Object response)
samlSPResponseNotCatalinaResponseError
in interface PicketLinkLogger
public void samlLogoutError(Throwable t)
samlLogoutError
in interface PicketLinkLogger
public void samlErrorPageForwardError(String errorPage, Throwable t)
samlErrorPageForwardError
in interface PicketLinkLogger
public void samlSPHandleRequestError(Throwable t)
samlSPHandleRequestError
in interface PicketLinkLogger
public IOException samlSPProcessingExceptionError(Throwable t)
samlSPProcessingExceptionError
in interface PicketLinkLogger
public IllegalArgumentException samlInvalidProtocolBinding()
samlInvalidProtocolBinding
in interface PicketLinkLogger
public IllegalStateException samlHandlerServiceProviderConfigNotFound()
samlHandlerServiceProviderConfigNotFound
in interface PicketLinkLogger
public void samlSecurityTokenAlreadyPersisted(String id)
samlSecurityTokenAlreadyPersisted
in interface PicketLinkLogger
public void samlSecurityTokenNotFoundInRegistry(String id)
samlSecurityTokenNotFoundInRegistry
in interface PicketLinkLogger
public IllegalArgumentException samlMetaDataFailedToCreateCacheDuration(String timeValue)
samlMetaDataFailedToCreateCacheDuration
in interface PicketLinkLogger
public ConfigurationException samlMetaDataNoIdentityProviderDefined()
samlMetaDataNoIdentityProviderDefined
in interface PicketLinkLogger
public ConfigurationException samlMetaDataNoServiceProviderDefined()
samlMetaDataNoServiceProviderDefined
in interface PicketLinkLogger
public ConfigurationException securityDomainNotFound()
securityDomainNotFound
in interface PicketLinkLogger
public void authenticationManagerError(ConfigurationException e)
authenticationManagerError
in interface PicketLinkLogger
public void authorizationManagerError(ConfigurationException e)
authorizationManagerError
in interface PicketLinkLogger
public IllegalStateException jbdcInitializationError(Throwable throwable)
jbdcInitializationError
in interface PicketLinkLogger
public RuntimeException errorUnmarshallingToken(Throwable e)
errorUnmarshallingToken
in interface PicketLinkLogger
public RuntimeException runtimeException(String msg, Throwable e)
runtimeException
in interface PicketLinkLogger
public IllegalStateException datasourceIsNull()
datasourceIsNull
in interface PicketLinkLogger
public IllegalArgumentException cannotParseParameterValue(String parameter, Throwable e)
cannotParseParameterValue
in interface PicketLinkLogger
public RuntimeException cannotGetFreeClientPoolKey(String key)
cannotGetFreeClientPoolKey
in interface PicketLinkLogger
public RuntimeException cannotGetSTSConfigByKey(String key)
cannotGetSTSConfigByKey
in interface PicketLinkLogger
public RuntimeException cannotGetUsedClientsByKey(String key)
cannotGetUsedClientsByKey
in interface PicketLinkLogger
public RuntimeException removingNonExistingClientFromUsedClientsByKey(String key)
removingNonExistingClientFromUsedClientsByKey
in interface PicketLinkLogger
public RuntimeException freePoolAlreadyContainsGivenKey(String key)
freePoolAlreadyContainsGivenKey
in interface PicketLinkLogger
public RuntimeException maximumNumberOfClientsReachedforPool(String max)
maximumNumberOfClientsReachedforPool
in interface PicketLinkLogger
public RuntimeException cannotSetMaxPoolSizeToNegative(String max)
cannotSetMaxPoolSizeToNegative
in interface PicketLinkLogger
public RuntimeException parserFeatureNotSupported(String feature)
parserFeatureNotSupported
in interface PicketLinkLogger
public ProcessingException samlAssertionWrongAudience(String serviceURL)
samlAssertionWrongAudience
in interface PicketLinkLogger
Copyright © 2016 JBoss by Red Hat. All rights reserved.