Class DefaultPicketLinkLogger
- java.lang.Object
- 
- org.keycloak.saml.common.DefaultPicketLinkLogger
 
- 
- All Implemented Interfaces:
- PicketLinkLogger
 
 public class DefaultPicketLinkLogger extends Object implements PicketLinkLogger - Author:
- Pedro Silva
 
- 
- 
Method Summary
 
- 
- 
- 
Method Detail- 
infopublic void info(String message) - Specified by:
- infoin interface- PicketLinkLogger
 
 - 
debugpublic void debug(String message) - Specified by:
- debugin interface- PicketLinkLogger
 
 - 
tracepublic void trace(String message) - Specified by:
- tracein interface- PicketLinkLogger
 
 - 
tracepublic void trace(String message, Throwable t) - Specified by:
- tracein interface- PicketLinkLogger
 
 - 
tracepublic void trace(Throwable t) - Specified by:
- tracein interface- PicketLinkLogger
 
 - 
errorpublic void error(Throwable t) - Specified by:
- errorin interface- PicketLinkLogger
 
 - 
nullArgumentErrorpublic IllegalArgumentException nullArgumentError(String argument) Description copied from interface:PicketLinkLoggerCreates an IllegalArgumentExceptionfor null arguments.- Specified by:
- nullArgumentErrorin interface- PicketLinkLogger
- Returns:
 
 - 
shouldNotBeTheSameErrorpublic IllegalArgumentException shouldNotBeTheSameError(String string) Description copied from interface:PicketLinkLoggerCreates an IllegalArgumentExceptionfor arguments that should not be the same.- Specified by:
- shouldNotBeTheSameErrorin interface- PicketLinkLogger
- Returns:
 
 - 
resourceNotFoundpublic ProcessingException resourceNotFound(String resource) Description copied from interface:PicketLinkLoggerCreates an ProcessingExceptionfor resources that are not found.- Specified by:
- resourceNotFoundin interface- PicketLinkLogger
- Returns:
 
 - 
processingErrorpublic ProcessingException processingError(Throwable t) Description copied from interface:PicketLinkLoggerCreates an ProcessingExceptionfor generics processing errors.- Specified by:
- processingErrorin interface- PicketLinkLogger
- Returns:
 
 - 
unsupportedTypepublic RuntimeException unsupportedType(String name) Description copied from interface:PicketLinkLoggerCreates an RuntimeExceptionfor not supported types.- Specified by:
- unsupportedTypein interface- PicketLinkLogger
- Returns:
 
 - 
signatureErrorpublic XMLSignatureException signatureError(Throwable e) Description copied from interface:PicketLinkLoggerCreates a ProcessingExceptionfor exceptions raised during signature processing.- Specified by:
- signatureErrorin interface- PicketLinkLogger
- Returns:
 
 - 
nullValueErrorpublic RuntimeException nullValueError(String nullValue) Description copied from interface:PicketLinkLoggerCreates a RuntimeExceptionfor null values.- Specified by:
- nullValueErrorin interface- PicketLinkLogger
- Returns:
 
 - 
notImplementedYetpublic RuntimeException notImplementedYet(String feature) Description copied from interface:PicketLinkLoggerCreates a RuntimeExceptionfor not implemented methods or features.- Specified by:
- notImplementedYetin interface- PicketLinkLogger
- Returns:
 
 - 
auditNullAuditManagerpublic IllegalStateException auditNullAuditManager() Description copied from interface:PicketLinkLoggerCreates a IllegalStateExceptionfor the case the Audit Manager is null.- Specified by:
- auditNullAuditManagerin interface- PicketLinkLogger
- Returns:
 
 - 
isInfoEnabledpublic boolean isInfoEnabled() Description copied from interface:PicketLinkLoggerIndicates if the logging level is set to INFO. - Specified by:
- isInfoEnabledin interface- PicketLinkLogger
- Returns:
 
 - 
auditEventpublic void auditEvent(String auditEvent) Description copied from interface:PicketLinkLoggerLogs a PicketLink Audit Event. - Specified by:
- auditEventin interface- PicketLinkLogger
 
 - 
injectedValueMissingpublic RuntimeException injectedValueMissing(String value) Description copied from interface:PicketLinkLoggerCreates a RuntimeExceptionfor missing values.- Specified by:
- injectedValueMissingin interface- PicketLinkLogger
- Returns:
 
 - 
keyStoreSetuppublic void keyStoreSetup() Description copied from interface:PicketLinkLoggerLogs a message during the KeyStore setup. - Specified by:
- keyStoreSetupin interface- PicketLinkLogger
 
 - 
keyStoreNullStorepublic IllegalStateException keyStoreNullStore() Description copied from interface:PicketLinkLoggerCreates a IllegalStateExceptionfor the case where the KeyStore is null.- Specified by:
- keyStoreNullStorein interface- PicketLinkLogger
- Returns:
 
 - 
keyStoreNullPublicKeyForAliaspublic void keyStoreNullPublicKeyForAlias(String alias) Description copied from interface:PicketLinkLoggerLogs a message for the cases where no public key was found for a given alias. - Specified by:
- keyStoreNullPublicKeyForAliasin interface- PicketLinkLogger
 
 - 
keyStoreConfigurationErrorpublic TrustKeyConfigurationException keyStoreConfigurationError(Throwable t) Description copied from interface:PicketLinkLoggerCreates a TrustKeyConfigurationExceptionfor exceptions raised during the KeyStore configuration.- Specified by:
- keyStoreConfigurationErrorin interface- PicketLinkLogger
- Returns:
 
 - 
keyStoreProcessingErrorpublic TrustKeyProcessingException keyStoreProcessingError(Throwable t) Description copied from interface:PicketLinkLoggerCreates a TrustKeyConfigurationExceptionfor exceptions raised during the KeyStore processing.- Specified by:
- keyStoreProcessingErrorin interface- PicketLinkLogger
- Returns:
 
 - 
keyStoreMissingDomainAliaspublic IllegalStateException keyStoreMissingDomainAlias(String domain) - Specified by:
- keyStoreMissingDomainAliasin interface- PicketLinkLogger
- Returns:
 
 - 
keyStoreNullSigningKeyPasspublic RuntimeException keyStoreNullSigningKeyPass() Description copied from interface:PicketLinkLoggerCreates a RuntimeExceptionfor the case where the signing key password is null.- Specified by:
- keyStoreNullSigningKeyPassin interface- PicketLinkLogger
- Returns:
 
 - 
keyStoreNullEncryptionKeyPasspublic RuntimeException keyStoreNullEncryptionKeyPass() - Specified by:
- keyStoreNullEncryptionKeyPassin interface- PicketLinkLogger
 
 - 
keyStoreNotLocatedpublic RuntimeException keyStoreNotLocated(String keyStore) Description copied from interface:PicketLinkLoggerCreates a RuntimeExceptionfor the case where key store are not located.- Specified by:
- keyStoreNotLocatedin interface- PicketLinkLogger
- Returns:
 
 - 
keyStoreNullAliaspublic IllegalStateException keyStoreNullAlias() Description copied from interface:PicketLinkLoggerCreates a IllegalStateExceptionfor the case where the alias is null.- Specified by:
- keyStoreNullAliasin interface- PicketLinkLogger
- Returns:
 
 - 
parserUnknownEndElementpublic RuntimeException parserUnknownEndElement(String endElementName, Location location) Description copied from interface:PicketLinkLoggerCreates a RuntimeExceptionfor the case where parser founds a unknown end element.- Specified by:
- parserUnknownEndElementin interface- PicketLinkLogger
- Returns:
 
 - 
parserUnknownTagpublic RuntimeException parserUnknownTag(String tag, Location location) - Specified by:
- parserUnknownTagin interface- PicketLinkLogger
- Returns:
 
 - 
parserRequiredAttributepublic ParsingException parserRequiredAttribute(String string) - Specified by:
- parserRequiredAttributein interface- PicketLinkLogger
- Returns:
 
 - 
parserUnknownStartElementpublic RuntimeException parserUnknownStartElement(String elementName, Location location) - Specified by:
- parserUnknownStartElementin interface- PicketLinkLogger
- Returns:
 
 - 
parserNullStartElementpublic IllegalStateException parserNullStartElement() - Specified by:
- parserNullStartElementin interface- PicketLinkLogger
- Returns:
 
 - 
parserUnknownXSIpublic ParsingException parserUnknownXSI(String xsiTypeValue) - Specified by:
- parserUnknownXSIin interface- PicketLinkLogger
- Returns:
 
 - 
parserExpectedEndTagpublic ParsingException parserExpectedEndTag(String tagName) - Specified by:
- parserExpectedEndTagin interface- PicketLinkLogger
- Returns:
 
 - 
parserExceptionpublic ParsingException parserException(Throwable t) - Specified by:
- parserExceptionin interface- PicketLinkLogger
- Returns:
 
 - 
parserExpectedTextValuepublic ParsingException parserExpectedTextValue(String string) - Specified by:
- parserExpectedTextValuein interface- PicketLinkLogger
- Returns:
 
 - 
parserExpectedXSIpublic RuntimeException parserExpectedXSI(String expectedXsi) - Specified by:
- parserExpectedXSIin interface- PicketLinkLogger
- Returns:
 
 - 
parserExpectedTagpublic RuntimeException parserExpectedTag(String tag, String foundElementTag) - Specified by:
- parserExpectedTagin interface- PicketLinkLogger
- Returns:
 
 - 
parserExpectedNamespacepublic RuntimeException parserExpectedNamespace(String ns, String foundElementNs) - Specified by:
- parserExpectedNamespacein interface- PicketLinkLogger
- Returns:
 
 - 
parserFailedpublic RuntimeException parserFailed(String elementName) - Specified by:
- parserFailedin interface- PicketLinkLogger
- Returns:
 
 - 
parserUnableParsingNullTokenpublic ParsingException parserUnableParsingNullToken() - Specified by:
- parserUnableParsingNullTokenin interface- PicketLinkLogger
- Returns:
 
 - 
parserErrorpublic ParsingException parserError(Throwable t) - Specified by:
- parserErrorin interface- PicketLinkLogger
- Returns:
 
 - 
xacmlPDPMessageProcessingErrorpublic RuntimeException xacmlPDPMessageProcessingError(Throwable t) - Specified by:
- xacmlPDPMessageProcessingErrorin interface- PicketLinkLogger
- Returns:
 
 - 
fileNotLocatedpublic IllegalStateException fileNotLocated(String policyConfigFileName) - Specified by:
- fileNotLocatedin interface- PicketLinkLogger
- Returns:
 
 - 
optionNotSetpublic IllegalStateException optionNotSet(String option) - Specified by:
- optionNotSetin interface- PicketLinkLogger
- Returns:
 
 - 
stsTokenRegistryNotSpecifiedpublic void stsTokenRegistryNotSpecified() - Specified by:
- stsTokenRegistryNotSpecifiedin interface- PicketLinkLogger
 
 - 
stsTokenRegistryInvalidTypepublic void stsTokenRegistryInvalidType(String tokenRegistryOption) - Specified by:
- stsTokenRegistryInvalidTypein interface- PicketLinkLogger
 
 - 
stsTokenRegistryInstantiationErrorpublic void stsTokenRegistryInstantiationError() - Specified by:
- stsTokenRegistryInstantiationErrorin interface- PicketLinkLogger
 
 - 
stsRevocationRegistryNotSpecifiedpublic void stsRevocationRegistryNotSpecified() - Specified by:
- stsRevocationRegistryNotSpecifiedin interface- PicketLinkLogger
 
 - 
stsRevocationRegistryInvalidTypepublic void stsRevocationRegistryInvalidType(String registryOption) - Specified by:
- stsRevocationRegistryInvalidTypein interface- PicketLinkLogger
 
 - 
stsRevocationRegistryInstantiationErrorpublic void stsRevocationRegistryInstantiationError() - Specified by:
- stsRevocationRegistryInstantiationErrorin interface- PicketLinkLogger
 
 - 
samlAssertionExpiredErrorpublic ProcessingException samlAssertionExpiredError() - Specified by:
- samlAssertionExpiredErrorin interface- PicketLinkLogger
- Returns:
 
 - 
assertionInvalidErrorpublic ProcessingException assertionInvalidError() - Specified by:
- assertionInvalidErrorin interface- PicketLinkLogger
- Returns:
 
 - 
writerUnknownTypeErrorpublic RuntimeException writerUnknownTypeError(String name) - Specified by:
- writerUnknownTypeErrorin interface- PicketLinkLogger
- Returns:
 
 - 
writerNullValueErrorpublic ProcessingException writerNullValueError(String value) - Specified by:
- writerNullValueErrorin interface- PicketLinkLogger
- Returns:
 
 - 
writerUnsupportedAttributeValueErrorpublic RuntimeException writerUnsupportedAttributeValueError(String value) - Specified by:
- writerUnsupportedAttributeValueErrorin interface- PicketLinkLogger
- Returns:
 
 - 
issuerInfoMissingStatusCodeErrorpublic IllegalArgumentException issuerInfoMissingStatusCodeError() - Specified by:
- issuerInfoMissingStatusCodeErrorin interface- PicketLinkLogger
- Returns:
 
 - 
classNotLoadedErrorpublic ProcessingException classNotLoadedError(String fqn) - Specified by:
- classNotLoadedErrorin interface- PicketLinkLogger
- Returns:
 
 - 
couldNotCreateInstancepublic ProcessingException couldNotCreateInstance(String fqn, Throwable t) - Specified by:
- couldNotCreateInstancein interface- PicketLinkLogger
- Returns:
 
 - 
systemPropertyMissingErrorpublic RuntimeException systemPropertyMissingError(String property) - Specified by:
- systemPropertyMissingErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlMetaDataIdentityProviderLoadingErrorpublic void samlMetaDataIdentityProviderLoadingError(Throwable t) - Specified by:
- samlMetaDataIdentityProviderLoadingErrorin interface- PicketLinkLogger
 
 - 
samlMetaDataServiceProviderLoadingErrorpublic void samlMetaDataServiceProviderLoadingError(Throwable t) - Specified by:
- samlMetaDataServiceProviderLoadingErrorin interface- PicketLinkLogger
 
 - 
signatureAssertionValidationErrorpublic void signatureAssertionValidationError(Throwable t) - Specified by:
- signatureAssertionValidationErrorin interface- PicketLinkLogger
 
 - 
samlAssertionExpiredpublic void samlAssertionExpired(String id) - Specified by:
- samlAssertionExpiredin interface- PicketLinkLogger
 
 - 
unknownObjectTypepublic RuntimeException unknownObjectType(Object attrValue) - Specified by:
- unknownObjectTypein interface- PicketLinkLogger
- Returns:
 
 - 
configurationErrorpublic ConfigurationException configurationError(Throwable t) - Specified by:
- configurationErrorin interface- PicketLinkLogger
- Returns:
 
 - 
signatureUnknownAlgopublic RuntimeException signatureUnknownAlgo(String algo) - Specified by:
- signatureUnknownAlgoin interface- PicketLinkLogger
- Returns:
 
 - 
invalidArgumentErrorpublic IllegalArgumentException invalidArgumentError(String message) - Specified by:
- invalidArgumentErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsNoTokenProviderErrorpublic ProcessingException stsNoTokenProviderError(String configuration, String protocolContext) - Specified by:
- stsNoTokenProviderErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsConfigurationFileNotFoundTCLpublic void stsConfigurationFileNotFoundTCL(String fileName) - Specified by:
- stsConfigurationFileNotFoundTCLin interface- PicketLinkLogger
 
 - 
stsConfigurationFileNotFoundClassLoaderpublic void stsConfigurationFileNotFoundClassLoader(String fileName) - Specified by:
- stsConfigurationFileNotFoundClassLoaderin interface- PicketLinkLogger
 
 - 
stsUsingDefaultConfigurationpublic void stsUsingDefaultConfiguration(String fileName) - Specified by:
- stsUsingDefaultConfigurationin interface- PicketLinkLogger
 
 - 
stsConfigurationFileLoadedpublic void stsConfigurationFileLoaded(String fileName) - Specified by:
- stsConfigurationFileLoadedin interface- PicketLinkLogger
 
 - 
stsConfigurationFileParsingErrorpublic ConfigurationException stsConfigurationFileParsingError(Throwable t) - Specified by:
- stsConfigurationFileParsingErrorin interface- PicketLinkLogger
- Returns:
 
 - 
notSerializableErrorpublic IOException notSerializableError(String message) - Specified by:
- notSerializableErrorin interface- PicketLinkLogger
- Returns:
 
 - 
trustKeyManagerCreationErrorpublic void trustKeyManagerCreationError(Throwable t) - Specified by:
- trustKeyManagerCreationErrorin interface- PicketLinkLogger
 
 - 
errorpublic void error(String message) - Specified by:
- errorin interface- PicketLinkLogger
 
 - 
xmlCouldNotGetSchemapublic void xmlCouldNotGetSchema(Throwable t) - Specified by:
- xmlCouldNotGetSchemain interface- PicketLinkLogger
 
 - 
isTraceEnabledpublic boolean isTraceEnabled() - Specified by:
- isTraceEnabledin interface- PicketLinkLogger
- Returns:
 
 - 
isDebugEnabledpublic boolean isDebugEnabled() - Specified by:
- isDebugEnabledin interface- PicketLinkLogger
- Returns:
 
 - 
jceProviderCouldNotBeLoadedpublic void jceProviderCouldNotBeLoaded(String name, Throwable t) - Specified by:
- jceProviderCouldNotBeLoadedin interface- PicketLinkLogger
 
 - 
writerInvalidKeyInfoNullContentErrorpublic ProcessingException writerInvalidKeyInfoNullContentError() - Specified by:
- writerInvalidKeyInfoNullContentErrorin interface- PicketLinkLogger
- Returns:
 
 - 
notEqualErrorpublic RuntimeException notEqualError(String first, String second) - Specified by:
- notEqualErrorin interface- PicketLinkLogger
- Returns:
 
 - 
wrongTypeErrorpublic IllegalArgumentException wrongTypeError(String message) - Specified by:
- wrongTypeErrorin interface- PicketLinkLogger
- Returns:
 
 - 
encryptUnknownAlgoErrorpublic RuntimeException encryptUnknownAlgoError(String certAlgo) - Specified by:
- encryptUnknownAlgoErrorin interface- PicketLinkLogger
- Returns:
 
 - 
domMissingDocElementErrorpublic IllegalStateException domMissingDocElementError(String element) - Specified by:
- domMissingDocElementErrorin interface- PicketLinkLogger
- Returns:
 
 - 
domMissingElementErrorpublic IllegalStateException domMissingElementError(String element) - Specified by:
- domMissingElementErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsWSInvalidTokenRequestErrorpublic javax.xml.ws.WebServiceException stsWSInvalidTokenRequestError() - Specified by:
- stsWSInvalidTokenRequestErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsWSErrorpublic javax.xml.ws.WebServiceException stsWSError(Throwable t) - Specified by:
- stsWSErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsWSConfigurationErrorpublic javax.xml.ws.WebServiceException stsWSConfigurationError(Throwable t) - Specified by:
- stsWSConfigurationErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsWSInvalidRequestTypeErrorpublic WSTrustException stsWSInvalidRequestTypeError(String requestType) - Specified by:
- stsWSInvalidRequestTypeErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsWSHandlingTokenRequestErrorpublic javax.xml.ws.WebServiceException stsWSHandlingTokenRequestError(Throwable t) - Specified by:
- stsWSHandlingTokenRequestErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsWSResponseWritingErrorpublic javax.xml.ws.WebServiceException stsWSResponseWritingError(Throwable t) - Specified by:
- stsWSResponseWritingErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsUnableToConstructKeyManagerErrorpublic RuntimeException stsUnableToConstructKeyManagerError(Throwable t) - Specified by:
- stsUnableToConstructKeyManagerErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsPublicKeyErrorpublic RuntimeException stsPublicKeyError(String serviceName, Throwable t) - Specified by:
- stsPublicKeyErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsSigningKeyPairErrorpublic RuntimeException stsSigningKeyPairError(Throwable t) - Specified by:
- stsSigningKeyPairErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsPublicKeyCertErrorpublic RuntimeException stsPublicKeyCertError(Throwable t) - Specified by:
- stsPublicKeyCertErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsTokenTimeoutNotSpecifiedpublic void stsTokenTimeoutNotSpecified() - Specified by:
- stsTokenTimeoutNotSpecifiedin interface- PicketLinkLogger
 
 - 
wsTrustCombinedSecretKeyErrorpublic WSTrustException wsTrustCombinedSecretKeyError(Throwable t) - Specified by:
- wsTrustCombinedSecretKeyErrorin interface- PicketLinkLogger
- Returns:
 
 - 
wsTrustClientPublicKeyErrorpublic WSTrustException wsTrustClientPublicKeyError() - Specified by:
- wsTrustClientPublicKeyErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsErrorpublic WSTrustException stsError(Throwable t) - Specified by:
- stsErrorin interface- PicketLinkLogger
- Returns:
 
 - 
signatureInvalidErrorpublic XMLSignatureException signatureInvalidError(String message, Throwable t) - Specified by:
- signatureInvalidErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsSecurityTokenSignatureNotVerifiedpublic void stsSecurityTokenSignatureNotVerified() - Specified by:
- stsSecurityTokenSignatureNotVerifiedin interface- PicketLinkLogger
 
 - 
encryptProcessErrorpublic RuntimeException encryptProcessError(Throwable t) - Specified by:
- encryptProcessErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsSecurityTokenShouldBeEncryptedpublic void stsSecurityTokenShouldBeEncrypted() - Specified by:
- stsSecurityTokenShouldBeEncryptedin interface- PicketLinkLogger
 
 - 
unableToDecodePasswordErrorpublic RuntimeException unableToDecodePasswordError(String password) - Specified by:
- unableToDecodePasswordErrorin interface- PicketLinkLogger
- Returns:
 
 - 
couldNotLoadPropertiespublic IllegalStateException couldNotLoadProperties(String configFile) - Specified by:
- couldNotLoadPropertiesin interface- PicketLinkLogger
- Returns:
 
 - 
stsKeyInfoTypeCreationErrorpublic WSTrustException stsKeyInfoTypeCreationError(Throwable t) - Specified by:
- stsKeyInfoTypeCreationErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsSecretKeyNotEncryptedpublic void stsSecretKeyNotEncrypted() - Specified by:
- stsSecretKeyNotEncryptedin interface- PicketLinkLogger
 
 - 
authCouldNotIssueSAMLTokenpublic LoginException authCouldNotIssueSAMLToken() - Specified by:
- authCouldNotIssueSAMLTokenin interface- PicketLinkLogger
- Returns:
 
 - 
authLoginErrorpublic LoginException authLoginError(Throwable t) - Specified by:
- authLoginErrorin interface- PicketLinkLogger
- Returns:
 
 - 
authCouldNotCreateWSTrustClientpublic IllegalStateException authCouldNotCreateWSTrustClient(Throwable t) - Specified by:
- authCouldNotCreateWSTrustClientin interface- PicketLinkLogger
- Returns:
 
 - 
samlAssertionWithoutExpirationpublic void samlAssertionWithoutExpiration(String id) - Specified by:
- samlAssertionWithoutExpirationin interface- PicketLinkLogger
 
 - 
authCouldNotValidateSAMLTokenpublic LoginException authCouldNotValidateSAMLToken(Element token) - Specified by:
- authCouldNotValidateSAMLTokenin interface- PicketLinkLogger
- Returns:
 
 - 
authCouldNotLocateSecurityTokenpublic LoginException authCouldNotLocateSecurityToken() - Specified by:
- authCouldNotLocateSecurityTokenin interface- PicketLinkLogger
- Returns:
 
 - 
wsTrustNullCancelTargetErrorpublic ProcessingException wsTrustNullCancelTargetError() - Specified by:
- wsTrustNullCancelTargetErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlAssertionMarshallErrorpublic ProcessingException samlAssertionMarshallError(Throwable t) - Specified by:
- samlAssertionMarshallErrorin interface- PicketLinkLogger
- Returns:
 
 - 
wsTrustNullRenewTargetErrorpublic ProcessingException wsTrustNullRenewTargetError() - Specified by:
- wsTrustNullRenewTargetErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlAssertionUnmarshallErrorpublic ProcessingException samlAssertionUnmarshallError(Throwable t) - Specified by:
- samlAssertionUnmarshallErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlAssertionRevokedCouldNotRenewpublic ProcessingException samlAssertionRevokedCouldNotRenew(String id) - Specified by:
- samlAssertionRevokedCouldNotRenewin interface- PicketLinkLogger
- Returns:
 
 - 
wsTrustNullValidationTargetErrorpublic ProcessingException wsTrustNullValidationTargetError() - Specified by:
- wsTrustNullValidationTargetErrorin interface- PicketLinkLogger
- Returns:
 
 - 
stsWrongAttributeProviderTypeNotInstalledpublic void stsWrongAttributeProviderTypeNotInstalled(String attributeProviderClassName) - Specified by:
- stsWrongAttributeProviderTypeNotInstalledin interface- PicketLinkLogger
 
 - 
attributeProviderInstationErrorpublic void attributeProviderInstationError(Throwable t) - Specified by:
- attributeProviderInstationErrorin interface- PicketLinkLogger
 
 - 
samlAssertionpublic void samlAssertion(String nodeAsString) - Specified by:
- samlAssertionin interface- PicketLinkLogger
 
 - 
wsTrustUnableToGetDataTypeFactorypublic RuntimeException wsTrustUnableToGetDataTypeFactory(Throwable t) - Specified by:
- wsTrustUnableToGetDataTypeFactoryin interface- PicketLinkLogger
- Returns:
 
 - 
wsTrustValidationStatusCodeMissingpublic ProcessingException wsTrustValidationStatusCodeMissing() - Specified by:
- wsTrustValidationStatusCodeMissingin interface- PicketLinkLogger
- Returns:
 
 - 
samlIdentityServerActiveSessionCountpublic void samlIdentityServerActiveSessionCount(int activeSessionCount) - Specified by:
- samlIdentityServerActiveSessionCountin interface- PicketLinkLogger
 
 - 
samlIdentityServerSessionCreatedpublic void samlIdentityServerSessionCreated(String id, int activeSessionCount) - Specified by:
- samlIdentityServerSessionCreatedin interface- PicketLinkLogger
 
 - 
samlIdentityServerSessionDestroyedpublic void samlIdentityServerSessionDestroyed(String id, int activeSessionCount) - Specified by:
- samlIdentityServerSessionDestroyedin interface- PicketLinkLogger
 
 - 
unknowCredentialTypepublic RuntimeException unknowCredentialType(String name) - Specified by:
- unknowCredentialTypein interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerRoleGeneratorSetupErrorpublic void samlHandlerRoleGeneratorSetupError(Throwable t) - Specified by:
- samlHandlerRoleGeneratorSetupErrorin interface- PicketLinkLogger
 
 - 
samlHandlerAssertionNotFoundpublic RuntimeException samlHandlerAssertionNotFound() - Specified by:
- samlHandlerAssertionNotFoundin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerAuthnRequestIsNullpublic ProcessingException samlHandlerAuthnRequestIsNull() - Specified by:
- samlHandlerAuthnRequestIsNullin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerAuthenticationErrorpublic void samlHandlerAuthenticationError(Throwable t) - Specified by:
- samlHandlerAuthenticationErrorin interface- PicketLinkLogger
 
 - 
samlHandlerNoAssertionFromIDPpublic IllegalArgumentException samlHandlerNoAssertionFromIDP() - Specified by:
- samlHandlerNoAssertionFromIDPin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerNullEncryptedAssertionpublic ProcessingException samlHandlerNullEncryptedAssertion() - Specified by:
- samlHandlerNullEncryptedAssertionin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerIDPAuthenticationFailedErrorpublic SecurityException samlHandlerIDPAuthenticationFailedError() - Specified by:
- samlHandlerIDPAuthenticationFailedErrorin interface- PicketLinkLogger
- Returns:
 
 - 
assertionExpiredErrorpublic ProcessingException assertionExpiredError(AssertionExpiredException aee) - Specified by:
- assertionExpiredErrorin interface- PicketLinkLogger
- Returns:
 
 - 
unsupportedRoleTypepublic RuntimeException unsupportedRoleType(Object attrValue) - Specified by:
- unsupportedRoleTypein interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerFailedInResponseToVerificationpublic void samlHandlerFailedInResponseToVerification(String inResponseTo, String authnRequestId) - Specified by:
- samlHandlerFailedInResponseToVerificationin interface- PicketLinkLogger
 
 - 
samlHandlerFailedInResponseToVerificarionErrorpublic ProcessingException samlHandlerFailedInResponseToVerificarionError() - Specified by:
- samlHandlerFailedInResponseToVerificarionErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlIssuerNotTrustedErrorpublic IssuerNotTrustedException samlIssuerNotTrustedError(String issuer) - Specified by:
- samlIssuerNotTrustedErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlIssuerNotTrustedExceptionpublic IssuerNotTrustedException samlIssuerNotTrustedException(Throwable t) - Specified by:
- samlIssuerNotTrustedExceptionin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerTrustElementMissingErrorpublic ConfigurationException samlHandlerTrustElementMissingError() - Specified by:
- samlHandlerTrustElementMissingErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerIdentityServerNotFoundErrorpublic ProcessingException samlHandlerIdentityServerNotFoundError() - Specified by:
- samlHandlerIdentityServerNotFoundErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerPrincipalNotFoundErrorpublic ProcessingException samlHandlerPrincipalNotFoundError() - Specified by:
- samlHandlerPrincipalNotFoundErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerKeyPairNotFoundpublic void samlHandlerKeyPairNotFound() - Specified by:
- samlHandlerKeyPairNotFoundin interface- PicketLinkLogger
 
 - 
samlHandlerKeyPairNotFoundErrorpublic ProcessingException samlHandlerKeyPairNotFoundError() - Specified by:
- samlHandlerKeyPairNotFoundErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerErrorSigningRedirectBindingMessagepublic void samlHandlerErrorSigningRedirectBindingMessage(Throwable t) - Specified by:
- samlHandlerErrorSigningRedirectBindingMessagein interface- PicketLinkLogger
 
 - 
samlHandlerSigningRedirectBindingMessageErrorpublic RuntimeException samlHandlerSigningRedirectBindingMessageError(Throwable t) - Specified by:
- samlHandlerSigningRedirectBindingMessageErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerSignatureValidationFailedpublic SignatureValidationException samlHandlerSignatureValidationFailed() - Specified by:
- samlHandlerSignatureValidationFailedin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerErrorValidatingSignaturepublic void samlHandlerErrorValidatingSignature(Throwable t) - Specified by:
- samlHandlerErrorValidatingSignaturein interface- PicketLinkLogger
 
 - 
samlHandlerInvalidSignatureErrorpublic ProcessingException samlHandlerInvalidSignatureError() - Specified by:
- samlHandlerInvalidSignatureErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerSignatureNotPresentErrorpublic ProcessingException samlHandlerSignatureNotPresentError() - Specified by:
- samlHandlerSignatureNotPresentErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerSignatureValidationErrorpublic ProcessingException samlHandlerSignatureValidationError(Throwable t) - Specified by:
- samlHandlerSignatureValidationErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerChainProcessingErrorpublic RuntimeException samlHandlerChainProcessingError(Throwable t) - Specified by:
- samlHandlerChainProcessingErrorin interface- PicketLinkLogger
- Returns:
 
 - 
trustKeyManagerMissingpublic TrustKeyConfigurationException trustKeyManagerMissing() - Specified by:
- trustKeyManagerMissingin interface- PicketLinkLogger
- Returns:
 
 - 
samlBase64DecodingErrorpublic void samlBase64DecodingError(Throwable t) - Specified by:
- samlBase64DecodingErrorin interface- PicketLinkLogger
 
 - 
samlParsingErrorpublic void samlParsingError(Throwable t) - Specified by:
- samlParsingErrorin interface- PicketLinkLogger
 
 - 
mappingContextNullpublic void mappingContextNull() - Specified by:
- mappingContextNullin interface- PicketLinkLogger
 
 - 
attributeManagerErrorpublic void attributeManagerError(Throwable t) - Specified by:
- attributeManagerErrorin interface- PicketLinkLogger
 
 - 
couldNotObtainSecurityContextpublic void couldNotObtainSecurityContext() - Specified by:
- couldNotObtainSecurityContextin interface- PicketLinkLogger
 
 - 
authFailedToCreatePrincipalpublic LoginException authFailedToCreatePrincipal(Throwable t) - Specified by:
- authFailedToCreatePrincipalin interface- PicketLinkLogger
- Returns:
 
 - 
authSharedCredentialIsNotSAMLCredentialpublic LoginException authSharedCredentialIsNotSAMLCredential(String className) - Specified by:
- authSharedCredentialIsNotSAMLCredentialin interface- PicketLinkLogger
- Returns:
 
 - 
authSTSConfigFileNotFoundpublic LoginException authSTSConfigFileNotFound() - Specified by:
- authSTSConfigFileNotFoundin interface- PicketLinkLogger
- Returns:
 
 - 
authErrorHandlingCallbackpublic LoginException authErrorHandlingCallback(Throwable t) - Specified by:
- authErrorHandlingCallbackin interface- PicketLinkLogger
- Returns:
 
 - 
authInvalidSAMLAssertionBySTSpublic LoginException authInvalidSAMLAssertionBySTS() - Specified by:
- authInvalidSAMLAssertionBySTSin interface- PicketLinkLogger
- Returns:
 
 - 
authAssertionValidationErrorpublic LoginException authAssertionValidationError(Throwable t) - Specified by:
- authAssertionValidationErrorin interface- PicketLinkLogger
- Returns:
 
 - 
authFailedToParseSAMLAssertionpublic LoginException authFailedToParseSAMLAssertion(Throwable t) - Specified by:
- authFailedToParseSAMLAssertionin interface- PicketLinkLogger
- Returns:
 
 - 
samlAssertionPasingFailedpublic void samlAssertionPasingFailed(Throwable t) - Specified by:
- samlAssertionPasingFailedin interface- PicketLinkLogger
 
 - 
authNullKeyStoreFromSecurityDomainErrorpublic LoginException authNullKeyStoreFromSecurityDomainError(String name) - Specified by:
- authNullKeyStoreFromSecurityDomainErrorin interface- PicketLinkLogger
 
 - 
authNullKeyStoreAliasFromSecurityDomainErrorpublic LoginException authNullKeyStoreAliasFromSecurityDomainError(String name) - Specified by:
- authNullKeyStoreAliasFromSecurityDomainErrorin interface- PicketLinkLogger
 
 - 
authNoCertificateFoundForAliasErrorpublic LoginException authNoCertificateFoundForAliasError(String alias, String name) - Specified by:
- authNoCertificateFoundForAliasErrorin interface- PicketLinkLogger
 
 - 
authSAMLInvalidSignatureErrorpublic LoginException authSAMLInvalidSignatureError() - Specified by:
- authSAMLInvalidSignatureErrorin interface- PicketLinkLogger
 
 - 
authSAMLAssertionExpiredErrorpublic LoginException authSAMLAssertionExpiredError() - Specified by:
- authSAMLAssertionExpiredErrorin interface- PicketLinkLogger
 
 - 
authSAMLAssertionIssuingFailedpublic void authSAMLAssertionIssuingFailed(Throwable t) - Specified by:
- authSAMLAssertionIssuingFailedin interface- PicketLinkLogger
 
 - 
jbossWSUnableToCreateBinaryTokenpublic void jbossWSUnableToCreateBinaryToken(Throwable t) - Specified by:
- jbossWSUnableToCreateBinaryTokenin interface- PicketLinkLogger
 
 - 
jbossWSUnableToCreateSecurityTokenpublic void jbossWSUnableToCreateSecurityToken() - Specified by:
- jbossWSUnableToCreateSecurityTokenin interface- PicketLinkLogger
 
 - 
jbossWSUnableToWriteSOAPMessagepublic void jbossWSUnableToWriteSOAPMessage(Throwable t) - Specified by:
- jbossWSUnableToWriteSOAPMessagein interface- PicketLinkLogger
 
 - 
jbossWSUnableToLoadJBossWSSEConfigErrorpublic RuntimeException jbossWSUnableToLoadJBossWSSEConfigError() - Specified by:
- jbossWSUnableToLoadJBossWSSEConfigErrorin interface- PicketLinkLogger
- Returns:
 
 - 
jbossWSAuthorizationFailedpublic RuntimeException jbossWSAuthorizationFailed() - Specified by:
- jbossWSAuthorizationFailedin interface- PicketLinkLogger
- Returns:
 
 - 
jbossWSErrorGettingOperationNamepublic void jbossWSErrorGettingOperationName(Throwable t) - Specified by:
- jbossWSErrorGettingOperationNamein interface- PicketLinkLogger
 
 - 
authSAMLCredentialNotAvailablepublic LoginException authSAMLCredentialNotAvailable() - Specified by:
- authSAMLCredentialNotAvailablein interface- PicketLinkLogger
- Returns:
 
 - 
authUnableToInstantiateHandlerpublic RuntimeException authUnableToInstantiateHandler(String token, Throwable t) - Specified by:
- authUnableToInstantiateHandlerin interface- PicketLinkLogger
- Returns:
 
 - 
jbossWSUnableToCreateSSLSocketFactorypublic RuntimeException jbossWSUnableToCreateSSLSocketFactory(Throwable t) - Specified by:
- jbossWSUnableToCreateSSLSocketFactoryin interface- PicketLinkLogger
- Returns:
 
 - 
jbossWSUnableToFindSSLSocketFactorypublic RuntimeException jbossWSUnableToFindSSLSocketFactory() - Specified by:
- jbossWSUnableToFindSSLSocketFactoryin interface- PicketLinkLogger
- Returns:
 
 - 
authUnableToGetIdentityFromSubjectpublic RuntimeException authUnableToGetIdentityFromSubject() - Specified by:
- authUnableToGetIdentityFromSubjectin interface- PicketLinkLogger
- Returns:
 
 - 
authSAMLAssertionNullOrEmptypublic RuntimeException authSAMLAssertionNullOrEmpty() - Specified by:
- authSAMLAssertionNullOrEmptyin interface- PicketLinkLogger
- Returns:
 
 - 
jbossWSUncheckedAndRolesCannotBeTogetherpublic ProcessingException jbossWSUncheckedAndRolesCannotBeTogether() - Specified by:
- jbossWSUncheckedAndRolesCannotBeTogetherin interface- PicketLinkLogger
- Returns:
 
 - 
samlIDPHandlingSAML11Errorpublic void samlIDPHandlingSAML11Error(Throwable t) - Specified by:
- samlIDPHandlingSAML11Errorin interface- PicketLinkLogger
 
 - 
samlIDPValidationCheckFailedpublic GeneralSecurityException samlIDPValidationCheckFailed() - Specified by:
- samlIDPValidationCheckFailedin interface- PicketLinkLogger
- Returns:
 
 - 
samlIDPRequestProcessingErrorpublic void samlIDPRequestProcessingError(Throwable t) - Specified by:
- samlIDPRequestProcessingErrorin interface- PicketLinkLogger
 
 - 
samlIDPUnableToSetParticipantStackUsingDefaultpublic void samlIDPUnableToSetParticipantStackUsingDefault(Throwable t) - Specified by:
- samlIDPUnableToSetParticipantStackUsingDefaultin interface- PicketLinkLogger
 
 - 
samlHandlerConfigurationErrorpublic void samlHandlerConfigurationError(Throwable t) - Specified by:
- samlHandlerConfigurationErrorin interface- PicketLinkLogger
 
 - 
samlIDPSettingCanonicalizationMethodpublic void samlIDPSettingCanonicalizationMethod(String canonicalizationMethod) - Specified by:
- samlIDPSettingCanonicalizationMethodin interface- PicketLinkLogger
 
 - 
samlIDPConfigurationErrorpublic RuntimeException samlIDPConfigurationError(Throwable t) - Specified by:
- samlIDPConfigurationErrorin interface- PicketLinkLogger
- Returns:
 
 - 
configurationFileMissingpublic RuntimeException configurationFileMissing(String configFile) - Specified by:
- configurationFileMissingin interface- PicketLinkLogger
- Returns:
 
 - 
samlIDPInstallingDefaultSTSConfigpublic void samlIDPInstallingDefaultSTSConfig() - Specified by:
- samlIDPInstallingDefaultSTSConfigin interface- PicketLinkLogger
 
 - 
warnpublic void warn(String message) - Specified by:
- warnin interface- PicketLinkLogger
 
 - 
samlSPFallingBackToLocalFormAuthenticationpublic void samlSPFallingBackToLocalFormAuthentication() - Specified by:
- samlSPFallingBackToLocalFormAuthenticationin interface- PicketLinkLogger
 
 - 
unableLocalAuthenticationpublic IOException unableLocalAuthentication(Throwable t) - Specified by:
- unableLocalAuthenticationin interface- PicketLinkLogger
- Returns:
 
 - 
samlSPUnableToGetIDPDescriptorFromMetadatapublic void samlSPUnableToGetIDPDescriptorFromMetadata() - Specified by:
- samlSPUnableToGetIDPDescriptorFromMetadatain interface- PicketLinkLogger
 
 - 
samlSPConfigurationErrorpublic RuntimeException samlSPConfigurationError(Throwable t) - Specified by:
- samlSPConfigurationErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlSPSettingCanonicalizationMethodpublic void samlSPSettingCanonicalizationMethod(String canonicalizationMethod) - Specified by:
- samlSPSettingCanonicalizationMethodin interface- PicketLinkLogger
 
 - 
samlSPCouldNotDispatchToLogoutPagepublic void samlSPCouldNotDispatchToLogoutPage(String logOutPage) - Specified by:
- samlSPCouldNotDispatchToLogoutPagein interface- PicketLinkLogger
 
 - 
usingLoggerImplementationpublic void usingLoggerImplementation(String className) Description copied from interface:PicketLinkLoggerLogs the implementation being used to log messages and exceptions. - Specified by:
- usingLoggerImplementationin interface- PicketLinkLogger
 
 - 
samlResponseFromIDPParsingFailedpublic void samlResponseFromIDPParsingFailed() - Specified by:
- samlResponseFromIDPParsingFailedin interface- PicketLinkLogger
 
 - 
auditSecurityDomainNotFoundpublic ConfigurationException auditSecurityDomainNotFound(Throwable t) - Specified by:
- auditSecurityDomainNotFoundin interface- PicketLinkLogger
- Returns:
 
 - 
auditAuditManagerNotFoundpublic ConfigurationException auditAuditManagerNotFound(String location, Throwable t) - Specified by:
- auditAuditManagerNotFoundin interface- PicketLinkLogger
- Returns:
 
 - 
samlIssueInstantMissingErrorpublic IssueInstantMissingException samlIssueInstantMissingError() - Specified by:
- samlIssueInstantMissingErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlSPResponseNotCatalinaResponseErrorpublic RuntimeException samlSPResponseNotCatalinaResponseError(Object response) - Specified by:
- samlSPResponseNotCatalinaResponseErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlLogoutErrorpublic void samlLogoutError(Throwable t) - Specified by:
- samlLogoutErrorin interface- PicketLinkLogger
 
 - 
samlErrorPageForwardErrorpublic void samlErrorPageForwardError(String errorPage, Throwable t) - Specified by:
- samlErrorPageForwardErrorin interface- PicketLinkLogger
 
 - 
samlSPHandleRequestErrorpublic void samlSPHandleRequestError(Throwable t) - Specified by:
- samlSPHandleRequestErrorin interface- PicketLinkLogger
 
 - 
samlSPProcessingExceptionErrorpublic IOException samlSPProcessingExceptionError(Throwable t) - Specified by:
- samlSPProcessingExceptionErrorin interface- PicketLinkLogger
- Returns:
 
 - 
samlInvalidProtocolBindingpublic IllegalArgumentException samlInvalidProtocolBinding() - Specified by:
- samlInvalidProtocolBindingin interface- PicketLinkLogger
- Returns:
 
 - 
samlHandlerServiceProviderConfigNotFoundpublic IllegalStateException samlHandlerServiceProviderConfigNotFound() - Specified by:
- samlHandlerServiceProviderConfigNotFoundin interface- PicketLinkLogger
- Returns:
 
 - 
samlSecurityTokenAlreadyPersistedpublic void samlSecurityTokenAlreadyPersisted(String id) - Specified by:
- samlSecurityTokenAlreadyPersistedin interface- PicketLinkLogger
 
 - 
samlSecurityTokenNotFoundInRegistrypublic void samlSecurityTokenNotFoundInRegistry(String id) - Specified by:
- samlSecurityTokenNotFoundInRegistryin interface- PicketLinkLogger
 
 - 
samlMetaDataFailedToCreateCacheDurationpublic IllegalArgumentException samlMetaDataFailedToCreateCacheDuration(String timeValue) - Specified by:
- samlMetaDataFailedToCreateCacheDurationin interface- PicketLinkLogger
 
 - 
samlMetaDataNoIdentityProviderDefinedpublic ConfigurationException samlMetaDataNoIdentityProviderDefined() - Specified by:
- samlMetaDataNoIdentityProviderDefinedin interface- PicketLinkLogger
 
 - 
samlMetaDataNoServiceProviderDefinedpublic ConfigurationException samlMetaDataNoServiceProviderDefined() - Specified by:
- samlMetaDataNoServiceProviderDefinedin interface- PicketLinkLogger
 
 - 
securityDomainNotFoundpublic ConfigurationException securityDomainNotFound() - Specified by:
- securityDomainNotFoundin interface- PicketLinkLogger
 
 - 
authenticationManagerErrorpublic void authenticationManagerError(ConfigurationException e) - Specified by:
- authenticationManagerErrorin interface- PicketLinkLogger
 
 - 
authorizationManagerErrorpublic void authorizationManagerError(ConfigurationException e) - Specified by:
- authorizationManagerErrorin interface- PicketLinkLogger
 
 - 
jbdcInitializationErrorpublic IllegalStateException jbdcInitializationError(Throwable throwable) - Specified by:
- jbdcInitializationErrorin interface- PicketLinkLogger
 
 - 
errorUnmarshallingTokenpublic RuntimeException errorUnmarshallingToken(Throwable e) - Specified by:
- errorUnmarshallingTokenin interface- PicketLinkLogger
 
 - 
runtimeExceptionpublic RuntimeException runtimeException(String msg, Throwable e) - Specified by:
- runtimeExceptionin interface- PicketLinkLogger
 
 - 
datasourceIsNullpublic IllegalStateException datasourceIsNull() - Specified by:
- datasourceIsNullin interface- PicketLinkLogger
 
 - 
cannotParseParameterValuepublic IllegalArgumentException cannotParseParameterValue(String parameter, Throwable e) - Specified by:
- cannotParseParameterValuein interface- PicketLinkLogger
 
 - 
cannotGetFreeClientPoolKeypublic RuntimeException cannotGetFreeClientPoolKey(String key) - Specified by:
- cannotGetFreeClientPoolKeyin interface- PicketLinkLogger
 
 - 
cannotGetSTSConfigByKeypublic RuntimeException cannotGetSTSConfigByKey(String key) - Specified by:
- cannotGetSTSConfigByKeyin interface- PicketLinkLogger
 
 - 
cannotGetUsedClientsByKeypublic RuntimeException cannotGetUsedClientsByKey(String key) - Specified by:
- cannotGetUsedClientsByKeyin interface- PicketLinkLogger
 
 - 
removingNonExistingClientFromUsedClientsByKeypublic RuntimeException removingNonExistingClientFromUsedClientsByKey(String key) - Specified by:
- removingNonExistingClientFromUsedClientsByKeyin interface- PicketLinkLogger
 
 - 
freePoolAlreadyContainsGivenKeypublic RuntimeException freePoolAlreadyContainsGivenKey(String key) - Specified by:
- freePoolAlreadyContainsGivenKeyin interface- PicketLinkLogger
 
 - 
maximumNumberOfClientsReachedforPoolpublic RuntimeException maximumNumberOfClientsReachedforPool(String max) - Specified by:
- maximumNumberOfClientsReachedforPoolin interface- PicketLinkLogger
 
 - 
cannotSetMaxPoolSizeToNegativepublic RuntimeException cannotSetMaxPoolSizeToNegative(String max) - Specified by:
- cannotSetMaxPoolSizeToNegativein interface- PicketLinkLogger
 
 - 
parserFeatureNotSupportedpublic RuntimeException parserFeatureNotSupported(String feature) - Specified by:
- parserFeatureNotSupportedin interface- PicketLinkLogger
 
 - 
samlAssertionWrongAudiencepublic ProcessingException samlAssertionWrongAudience(String serviceURL) - Specified by:
- samlAssertionWrongAudiencein interface- PicketLinkLogger
 
 - 
samlExtensionUnknownChildpublic ProcessingException samlExtensionUnknownChild(Class<?> clazz) - Specified by:
- samlExtensionUnknownChildin interface- PicketLinkLogger
 
 
- 
 
-