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