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