Interface PicketLinkLogger
- 
- All Known Implementing Classes:
- DefaultPicketLinkLogger
 
 public interface PicketLinkLoggerThis 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
 
- 
- 
- 
Method Detail- 
nullArgumentErrorIllegalArgumentException nullArgumentError(String argument) Creates an IllegalArgumentExceptionfor null arguments.- Parameters:
- argument-
- Returns:
 
 - 
shouldNotBeTheSameErrorIllegalArgumentException shouldNotBeTheSameError(String string) Creates an IllegalArgumentExceptionfor arguments that should not be the same.- Parameters:
- string-
- Returns:
 
 - 
resourceNotFoundProcessingException resourceNotFound(String resource) Creates an ProcessingExceptionfor resources that are not found.- Parameters:
- resource-
- Returns:
 
 - 
processingErrorProcessingException processingError(Throwable t) Creates an ProcessingExceptionfor generics processing errors.- Parameters:
- message-
- t-
- Returns:
 
 - 
unsupportedTypeRuntimeException unsupportedType(String name) Creates an RuntimeExceptionfor not supported types.- Parameters:
- name-
- Returns:
 
 - 
signatureErrorXMLSignatureException signatureError(Throwable e) Creates a ProcessingExceptionfor exceptions raised during signature processing.- Parameters:
- e-
- Returns:
 
 - 
nullValueErrorRuntimeException nullValueError(String nullValue) Creates a RuntimeExceptionfor null values.- Parameters:
- nullValue-
- Returns:
 
 - 
notImplementedYetRuntimeException notImplementedYet(String string) Creates a RuntimeExceptionfor not implemented methods or features.- Parameters:
- string-
- Returns:
 
 - 
auditNullAuditManagerIllegalStateException auditNullAuditManager() Creates a IllegalStateExceptionfor the case the Audit Manager is null.- Returns:
 
 - 
isInfoEnabledboolean isInfoEnabled() Indicates if the logging level is set to INFO. - Returns:
 
 - 
auditEventvoid auditEvent(String auditEvent) Logs a PicketLink Audit Event. - Parameters:
- auditEvent-
 
 - 
injectedValueMissingRuntimeException injectedValueMissing(String value) Creates a RuntimeExceptionfor missing values.- Parameters:
- string-
- Returns:
 
 - 
keyStoreSetupvoid keyStoreSetup() Logs a message during the KeyStore setup. 
 - 
keyStoreNullStoreIllegalStateException keyStoreNullStore() Creates a IllegalStateExceptionfor the case where the KeyStore is null.- Returns:
 
 - 
keyStoreNullPublicKeyForAliasvoid keyStoreNullPublicKeyForAlias(String alias) Logs a message for the cases where no public key was found for a given alias. - Parameters:
- alias-
 
 - 
keyStoreConfigurationErrorTrustKeyConfigurationException keyStoreConfigurationError(Throwable t) Creates a TrustKeyConfigurationExceptionfor exceptions raised during the KeyStore configuration.- Parameters:
- t-
- Returns:
 
 - 
keyStoreProcessingErrorTrustKeyProcessingException keyStoreProcessingError(Throwable t) Creates a TrustKeyConfigurationExceptionfor exceptions raised during the KeyStore processing.- Parameters:
- t-
- Returns:
 
 - 
keyStoreMissingDomainAliasIllegalStateException keyStoreMissingDomainAlias(String domain) - Parameters:
- domain-
- Returns:
 
 - 
keyStoreNullSigningKeyPassRuntimeException keyStoreNullSigningKeyPass() Creates a RuntimeExceptionfor the case where the signing key password is null.- Returns:
 
 - 
keyStoreNullEncryptionKeyPassRuntimeException keyStoreNullEncryptionKeyPass() 
 - 
keyStoreNotLocatedRuntimeException keyStoreNotLocated(String keyStore) Creates a RuntimeExceptionfor the case where key store are not located.- Parameters:
- keyStore-
- Returns:
 
 - 
keyStoreNullAliasIllegalStateException keyStoreNullAlias() Creates a IllegalStateExceptionfor the case where the alias is null.- Returns:
 
 - 
parserUnknownEndElementRuntimeException parserUnknownEndElement(String endElementName, Location location) Creates a RuntimeExceptionfor the case where parser founds a unknown end element.- Parameters:
- endElementName-
- Returns:
 
 - 
parserUnknownTagRuntimeException parserUnknownTag(String tag, Location location) - Parameters:
- tag-
- location-
- Returns:
 
 - 
parserRequiredAttributeParsingException parserRequiredAttribute(String string) - Parameters:
- string-
- Returns:
 
 - 
parserUnknownStartElementRuntimeException parserUnknownStartElement(String elementName, Location location) - Parameters:
- elementName-
- location-
- Returns:
 
 - 
parserNullStartElementIllegalStateException parserNullStartElement() - Returns:
 
 - 
parserUnknownXSIParsingException parserUnknownXSI(String xsiTypeValue) - Parameters:
- xsiTypeValue-
- Returns:
 
 - 
parserExpectedEndTagParsingException parserExpectedEndTag(String tagName) - Parameters:
- string-
- Returns:
 
 - 
parserExceptionParsingException parserException(Throwable t) - Parameters:
- e-
- Returns:
 
 - 
parserExpectedTextValueParsingException parserExpectedTextValue(String string) - Parameters:
- string-
- Returns:
 
 - 
parserExpectedXSIRuntimeException parserExpectedXSI(String expectedXsi) - Parameters:
- expectedXsi-
- Returns:
 
 - 
parserExpectedTagRuntimeException parserExpectedTag(String tag, String foundElementTag) - Parameters:
- tag-
- foundElementTag-
- Returns:
 
 - 
parserExpectedNamespaceRuntimeException parserExpectedNamespace(String ns, String foundElementNs) - Parameters:
- ns-
- foundElementNs-
- Returns:
 
 - 
parserFailedRuntimeException parserFailed(String elementName) - Parameters:
- elementName-
- Returns:
 
 - 
parserUnableParsingNullTokenParsingException parserUnableParsingNullToken() - Returns:
 
 - 
parserErrorParsingException parserError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
xacmlPDPMessageProcessingErrorRuntimeException xacmlPDPMessageProcessingError(Throwable t) - Parameters:
- e-
- Returns:
 
 - 
fileNotLocatedIllegalStateException fileNotLocated(String policyConfigFileName) - Parameters:
- policyConfigFileName-
- Returns:
 
 - 
optionNotSetIllegalStateException optionNotSet(String option) - Parameters:
- string-
- Returns:
 
 - 
stsTokenRegistryNotSpecifiedvoid stsTokenRegistryNotSpecified() 
 - 
stsTokenRegistryInvalidTypevoid stsTokenRegistryInvalidType(String tokenRegistryOption) - Parameters:
- tokenRegistryOption-
 
 - 
stsTokenRegistryInstantiationErrorvoid stsTokenRegistryInstantiationError() 
 - 
stsRevocationRegistryNotSpecifiedvoid stsRevocationRegistryNotSpecified() 
 - 
stsRevocationRegistryInvalidTypevoid stsRevocationRegistryInvalidType(String registryOption) - Parameters:
- registryOption-
 
 - 
stsRevocationRegistryInstantiationErrorvoid stsRevocationRegistryInstantiationError() 
 - 
samlAssertionExpiredErrorProcessingException samlAssertionExpiredError() - Returns:
 
 - 
assertionInvalidErrorProcessingException assertionInvalidError() - Returns:
 
 - 
writerUnknownTypeErrorRuntimeException writerUnknownTypeError(String name) - Parameters:
- name-
- Returns:
 
 - 
writerNullValueErrorProcessingException writerNullValueError(String value) - Parameters:
- string-
- Returns:
 
 - 
writerUnsupportedAttributeValueErrorRuntimeException writerUnsupportedAttributeValueError(String value) - Parameters:
- value-
- Returns:
 
 - 
issuerInfoMissingStatusCodeErrorIllegalArgumentException issuerInfoMissingStatusCodeError() - Returns:
 
 - 
classNotLoadedErrorProcessingException classNotLoadedError(String fqn) - Parameters:
- fqn-
- Returns:
 
 - 
couldNotCreateInstanceProcessingException couldNotCreateInstance(String fqn, Throwable t) - Parameters:
- fqn-
- e-
- Returns:
 
 - 
systemPropertyMissingErrorRuntimeException systemPropertyMissingError(String property) - Parameters:
- property-
- Returns:
 
 - 
samlMetaDataIdentityProviderLoadingErrorvoid samlMetaDataIdentityProviderLoadingError(Throwable t) - Parameters:
- t-
 
 - 
samlMetaDataServiceProviderLoadingErrorvoid samlMetaDataServiceProviderLoadingError(Throwable t) - Parameters:
- t-
 
 - 
signatureAssertionValidationErrorvoid signatureAssertionValidationError(Throwable t) - Parameters:
- t-
 
 - 
samlAssertionExpiredvoid samlAssertionExpired(String id) - Parameters:
- id-
 
 - 
unknownObjectTypeRuntimeException unknownObjectType(Object attrValue) - Parameters:
- attrValue-
- Returns:
 
 - 
configurationErrorConfigurationException configurationError(Throwable t) - Parameters:
- e-
- Returns:
 
 - 
tracevoid trace(String message) - Parameters:
- message-
 
 - 
signatureUnknownAlgoRuntimeException signatureUnknownAlgo(String algo) - Parameters:
- algo-
- Returns:
 
 - 
invalidArgumentErrorIllegalArgumentException invalidArgumentError(String message) - Parameters:
- message-
- Returns:
 
 - 
stsNoTokenProviderErrorProcessingException stsNoTokenProviderError(String configuration, String protocolContext) - Parameters:
- configuration-
- protocolContext-
- Returns:
 
 - 
debugvoid debug(String message) - Parameters:
- message-
 
 - 
stsConfigurationFileNotFoundTCLvoid stsConfigurationFileNotFoundTCL(String fileName) - Parameters:
- fileName-
 
 - 
stsConfigurationFileNotFoundClassLoadervoid stsConfigurationFileNotFoundClassLoader(String fileName) - Parameters:
- fileName-
 
 - 
stsUsingDefaultConfigurationvoid stsUsingDefaultConfiguration(String fileName) - Parameters:
- fileName-
 
 - 
stsConfigurationFileLoadedvoid stsConfigurationFileLoaded(String fileName) - Parameters:
- fileName-
 
 - 
stsConfigurationFileParsingErrorConfigurationException stsConfigurationFileParsingError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
notSerializableErrorIOException notSerializableError(String message) - Parameters:
- message-
- Returns:
 
 - 
trustKeyManagerCreationErrorvoid trustKeyManagerCreationError(Throwable t) 
 - 
infovoid info(String message) - Parameters:
- message-
 
 - 
warnvoid warn(String message) - Parameters:
- string-
 
 - 
errorvoid error(String message) - Parameters:
- message-
 
 - 
xmlCouldNotGetSchemavoid xmlCouldNotGetSchema(Throwable t) - Parameters:
- t-
 
 - 
isTraceEnabledboolean isTraceEnabled() - Returns:
 
 - 
isDebugEnabledboolean isDebugEnabled() - Returns:
 
 - 
jceProviderCouldNotBeLoadedvoid jceProviderCouldNotBeLoaded(String name, Throwable t) - Parameters:
- name-
- t-
 
 - 
writerInvalidKeyInfoNullContentErrorProcessingException writerInvalidKeyInfoNullContentError() - Returns:
 
 - 
notEqualErrorRuntimeException notEqualError(String first, String second) - Parameters:
- first-
- second-
- Returns:
 
 - 
wrongTypeErrorIllegalArgumentException wrongTypeError(String message) - Parameters:
- message-
- Returns:
 
 - 
encryptUnknownAlgoErrorRuntimeException encryptUnknownAlgoError(String certAlgo) - Parameters:
- certAlgo-
- Returns:
 
 - 
domMissingDocElementErrorIllegalStateException domMissingDocElementError(String element) - Parameters:
- element-
- Returns:
 
 - 
domMissingElementErrorIllegalStateException domMissingElementError(String element) - Parameters:
- element-
- Returns:
 
 - 
stsWSInvalidTokenRequestErrorjavax.xml.ws.WebServiceException stsWSInvalidTokenRequestError() - Returns:
 
 - 
stsWSErrorjavax.xml.ws.WebServiceException stsWSError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
stsWSConfigurationErrorjavax.xml.ws.WebServiceException stsWSConfigurationError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
stsWSInvalidRequestTypeErrorWSTrustException stsWSInvalidRequestTypeError(String requestType) - Parameters:
- requestType-
- Returns:
 
 - 
stsWSHandlingTokenRequestErrorjavax.xml.ws.WebServiceException stsWSHandlingTokenRequestError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
stsWSResponseWritingErrorjavax.xml.ws.WebServiceException stsWSResponseWritingError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
stsUnableToConstructKeyManagerErrorRuntimeException stsUnableToConstructKeyManagerError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
stsPublicKeyErrorRuntimeException stsPublicKeyError(String serviceName, Throwable t) - Parameters:
- serviceName-
- t-
- Returns:
 
 - 
stsSigningKeyPairErrorRuntimeException stsSigningKeyPairError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
stsPublicKeyCertErrorRuntimeException stsPublicKeyCertError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
stsTokenTimeoutNotSpecifiedvoid stsTokenTimeoutNotSpecified() 
 - 
wsTrustCombinedSecretKeyErrorWSTrustException wsTrustCombinedSecretKeyError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
wsTrustClientPublicKeyErrorWSTrustException wsTrustClientPublicKeyError() - Returns:
 
 - 
stsErrorWSTrustException stsError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
signatureInvalidErrorXMLSignatureException signatureInvalidError(String message, Throwable t) - Parameters:
- message-
- t-
- Returns:
 
 - 
stsSecurityTokenSignatureNotVerifiedvoid stsSecurityTokenSignatureNotVerified() 
 - 
encryptProcessErrorRuntimeException encryptProcessError(Throwable t) - Parameters:
- e-
- Returns:
 
 - 
stsSecurityTokenShouldBeEncryptedvoid stsSecurityTokenShouldBeEncrypted() 
 - 
unableToDecodePasswordErrorRuntimeException unableToDecodePasswordError(String password) - Parameters:
- password-
- Returns:
 
 - 
couldNotLoadPropertiesIllegalStateException couldNotLoadProperties(String configFile) - Parameters:
- configFile-
- Returns:
 
 - 
stsKeyInfoTypeCreationErrorWSTrustException stsKeyInfoTypeCreationError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
stsSecretKeyNotEncryptedvoid stsSecretKeyNotEncrypted() 
 - 
authCouldNotIssueSAMLTokenLoginException authCouldNotIssueSAMLToken() - Returns:
 
 - 
authLoginErrorLoginException authLoginError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
authCouldNotCreateWSTrustClientIllegalStateException authCouldNotCreateWSTrustClient(Throwable t) - Parameters:
- e-
- Returns:
 
 - 
samlAssertionWithoutExpirationvoid samlAssertionWithoutExpiration(String id) - Parameters:
- id-
 
 - 
authCouldNotValidateSAMLTokenLoginException authCouldNotValidateSAMLToken(Element token) - Parameters:
- token-
- Returns:
 
 - 
authCouldNotLocateSecurityTokenLoginException authCouldNotLocateSecurityToken() - Returns:
 
 - 
wsTrustNullCancelTargetErrorProcessingException wsTrustNullCancelTargetError() - Returns:
 
 - 
samlAssertionMarshallErrorProcessingException samlAssertionMarshallError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
wsTrustNullRenewTargetErrorProcessingException wsTrustNullRenewTargetError() - Returns:
 
 - 
samlAssertionUnmarshallErrorProcessingException samlAssertionUnmarshallError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
samlAssertionRevokedCouldNotRenewProcessingException samlAssertionRevokedCouldNotRenew(String id) - Returns:
 
 - 
wsTrustNullValidationTargetErrorProcessingException wsTrustNullValidationTargetError() - Returns:
 
 - 
stsWrongAttributeProviderTypeNotInstalledvoid stsWrongAttributeProviderTypeNotInstalled(String attributeProviderClassName) - Parameters:
- attributeProviderClassName-
 
 - 
attributeProviderInstationErrorvoid attributeProviderInstationError(Throwable t) - Parameters:
- t-
 
 - 
samlAssertionvoid samlAssertion(String nodeAsString) - Parameters:
- nodeAsString-
 
 - 
wsTrustUnableToGetDataTypeFactoryRuntimeException wsTrustUnableToGetDataTypeFactory(Throwable t) - Parameters:
- dce-
- Returns:
 
 - 
wsTrustValidationStatusCodeMissingProcessingException wsTrustValidationStatusCodeMissing() - Returns:
 
 - 
samlIdentityServerActiveSessionCountvoid samlIdentityServerActiveSessionCount(int activeSessionCount) - Parameters:
- activeSessionCount-
 
 - 
samlIdentityServerSessionCreatedvoid samlIdentityServerSessionCreated(String id, int activeSessionCount) - Parameters:
- id-
- activeSessionCount-
 
 - 
samlIdentityServerSessionDestroyedvoid samlIdentityServerSessionDestroyed(String id, int activeSessionCount) - Parameters:
- id-
- activeSessionCount-
 
 - 
unknowCredentialTypeRuntimeException unknowCredentialType(String name) - Parameters:
- name-
- Returns:
 
 - 
samlHandlerRoleGeneratorSetupErrorvoid samlHandlerRoleGeneratorSetupError(Throwable t) - Parameters:
- t-
 
 - 
samlHandlerAssertionNotFoundRuntimeException samlHandlerAssertionNotFound() - Returns:
 
 - 
samlHandlerAuthnRequestIsNullProcessingException samlHandlerAuthnRequestIsNull() - Returns:
 
 - 
samlHandlerAuthenticationErrorvoid samlHandlerAuthenticationError(Throwable t) - Parameters:
- t-
 
 - 
samlHandlerNoAssertionFromIDPIllegalArgumentException samlHandlerNoAssertionFromIDP() - Returns:
 
 - 
samlHandlerNullEncryptedAssertionProcessingException samlHandlerNullEncryptedAssertion() - Returns:
 
 - 
samlHandlerIDPAuthenticationFailedErrorSecurityException samlHandlerIDPAuthenticationFailedError() - Returns:
 
 - 
assertionExpiredErrorProcessingException assertionExpiredError(AssertionExpiredException aee) - Parameters:
- aee-
- Returns:
 
 - 
unsupportedRoleTypeRuntimeException unsupportedRoleType(Object attrValue) - Parameters:
- attrValue-
- Returns:
 
 - 
samlHandlerFailedInResponseToVerificationvoid samlHandlerFailedInResponseToVerification(String inResponseTo, String authnRequestId) - Parameters:
- inResponseTo-
- authnRequestId-
 
 - 
samlHandlerFailedInResponseToVerificarionErrorProcessingException samlHandlerFailedInResponseToVerificarionError() - Returns:
 
 - 
samlIssuerNotTrustedErrorIssuerNotTrustedException samlIssuerNotTrustedError(String issuer) - Parameters:
- issuer-
- Returns:
 
 - 
samlIssuerNotTrustedExceptionIssuerNotTrustedException samlIssuerNotTrustedException(Throwable t) - Parameters:
- e-
- Returns:
 
 - 
samlHandlerTrustElementMissingErrorConfigurationException samlHandlerTrustElementMissingError() - Returns:
 
 - 
samlHandlerIdentityServerNotFoundErrorProcessingException samlHandlerIdentityServerNotFoundError() - Returns:
 
 - 
samlHandlerPrincipalNotFoundErrorProcessingException samlHandlerPrincipalNotFoundError() - Returns:
 
 - 
samlHandlerKeyPairNotFoundvoid samlHandlerKeyPairNotFound() 
 - 
samlHandlerKeyPairNotFoundErrorProcessingException samlHandlerKeyPairNotFoundError() - Returns:
 
 - 
samlHandlerErrorSigningRedirectBindingMessagevoid samlHandlerErrorSigningRedirectBindingMessage(Throwable t) - Parameters:
- t-
 
 - 
samlHandlerSigningRedirectBindingMessageErrorRuntimeException samlHandlerSigningRedirectBindingMessageError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
samlHandlerSignatureValidationFailedSignatureValidationException samlHandlerSignatureValidationFailed() - Returns:
 
 - 
samlHandlerErrorValidatingSignaturevoid samlHandlerErrorValidatingSignature(Throwable t) - Parameters:
- t-
 
 - 
samlHandlerInvalidSignatureErrorProcessingException samlHandlerInvalidSignatureError() - Returns:
 
 - 
samlHandlerSignatureNotPresentErrorProcessingException samlHandlerSignatureNotPresentError() - Returns:
 
 - 
samlHandlerSignatureValidationErrorProcessingException samlHandlerSignatureValidationError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
errorvoid error(Throwable t) - Parameters:
- t-
 
 - 
samlHandlerChainProcessingErrorRuntimeException samlHandlerChainProcessingError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
trustKeyManagerMissingTrustKeyConfigurationException trustKeyManagerMissing() - Returns:
 
 - 
samlBase64DecodingErrorvoid samlBase64DecodingError(Throwable t) - Parameters:
- rte-
 
 - 
samlParsingErrorvoid samlParsingError(Throwable t) - Parameters:
- t-
 
 - 
tracevoid trace(Throwable t) - Parameters:
- t-
 
 - 
mappingContextNullvoid mappingContextNull() 
 - 
attributeManagerErrorvoid attributeManagerError(Throwable t) - Parameters:
- t-
 
 - 
couldNotObtainSecurityContextvoid couldNotObtainSecurityContext() 
 - 
authFailedToCreatePrincipalLoginException authFailedToCreatePrincipal(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
authSharedCredentialIsNotSAMLCredentialLoginException authSharedCredentialIsNotSAMLCredential(String className) - Parameters:
- class1-
- Returns:
 
 - 
authSTSConfigFileNotFoundLoginException authSTSConfigFileNotFound() - Returns:
 
 - 
authErrorHandlingCallbackLoginException authErrorHandlingCallback(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
authInvalidSAMLAssertionBySTSLoginException authInvalidSAMLAssertionBySTS() - Returns:
 
 - 
authAssertionValidationErrorLoginException authAssertionValidationError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
authFailedToParseSAMLAssertionLoginException authFailedToParseSAMLAssertion(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
samlAssertionPasingFailedvoid samlAssertionPasingFailed(Throwable t) - Parameters:
- t-
 
 - 
authNullKeyStoreFromSecurityDomainErrorLoginException authNullKeyStoreFromSecurityDomainError(String name) 
 - 
authNullKeyStoreAliasFromSecurityDomainErrorLoginException authNullKeyStoreAliasFromSecurityDomainError(String name) 
 - 
authNoCertificateFoundForAliasErrorLoginException authNoCertificateFoundForAliasError(String alias, String name) 
 - 
authSAMLInvalidSignatureErrorLoginException authSAMLInvalidSignatureError() 
 - 
authSAMLAssertionExpiredErrorLoginException authSAMLAssertionExpiredError() 
 - 
authSAMLAssertionIssuingFailedvoid authSAMLAssertionIssuingFailed(Throwable t) - Parameters:
- t-
 
 - 
jbossWSUnableToCreateBinaryTokenvoid jbossWSUnableToCreateBinaryToken(Throwable t) - Parameters:
- t-
 
 - 
jbossWSUnableToCreateSecurityTokenvoid jbossWSUnableToCreateSecurityToken() 
 - 
jbossWSUnableToWriteSOAPMessagevoid jbossWSUnableToWriteSOAPMessage(Throwable t) - Parameters:
- ignore-
 
 - 
jbossWSUnableToLoadJBossWSSEConfigErrorRuntimeException jbossWSUnableToLoadJBossWSSEConfigError() - Returns:
 
 - 
jbossWSAuthorizationFailedRuntimeException jbossWSAuthorizationFailed() - Returns:
 
 - 
jbossWSErrorGettingOperationNamevoid jbossWSErrorGettingOperationName(Throwable t) - Parameters:
- t-
 
 - 
authSAMLCredentialNotAvailableLoginException authSAMLCredentialNotAvailable() - Returns:
 
 - 
authUnableToInstantiateHandlerRuntimeException authUnableToInstantiateHandler(String token, Throwable t) - Parameters:
- token-
- t-
- Returns:
 
 - 
jbossWSUnableToCreateSSLSocketFactoryRuntimeException jbossWSUnableToCreateSSLSocketFactory(Throwable t) - Parameters:
- e1-
- Returns:
 
 - 
jbossWSUnableToFindSSLSocketFactoryRuntimeException jbossWSUnableToFindSSLSocketFactory() - Returns:
 
 - 
authUnableToGetIdentityFromSubjectRuntimeException authUnableToGetIdentityFromSubject() - Returns:
 
 - 
authSAMLAssertionNullOrEmptyRuntimeException authSAMLAssertionNullOrEmpty() - Returns:
 
 - 
jbossWSUncheckedAndRolesCannotBeTogetherProcessingException jbossWSUncheckedAndRolesCannotBeTogether() - Returns:
 
 - 
samlIDPHandlingSAML11Errorvoid samlIDPHandlingSAML11Error(Throwable t) - Parameters:
- t-
 
 - 
samlIDPValidationCheckFailedGeneralSecurityException samlIDPValidationCheckFailed() - Returns:
 
 - 
samlIDPRequestProcessingErrorvoid samlIDPRequestProcessingError(Throwable t) - Parameters:
- t-
 
 - 
samlIDPUnableToSetParticipantStackUsingDefaultvoid samlIDPUnableToSetParticipantStackUsingDefault(Throwable t) - Parameters:
- t-
 
 - 
samlHandlerConfigurationErrorvoid samlHandlerConfigurationError(Throwable t) - Parameters:
- t-
 
 - 
samlIDPSettingCanonicalizationMethodvoid samlIDPSettingCanonicalizationMethod(String canonicalizationMethod) - Parameters:
- canonicalizationMethod-
 
 - 
samlIDPConfigurationErrorRuntimeException samlIDPConfigurationError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
configurationFileMissingRuntimeException configurationFileMissing(String configFile) - Parameters:
- configFile-
- Returns:
 
 - 
samlIDPInstallingDefaultSTSConfigvoid samlIDPInstallingDefaultSTSConfig() 
 - 
samlSPFallingBackToLocalFormAuthenticationvoid samlSPFallingBackToLocalFormAuthentication() 
 - 
unableLocalAuthenticationIOException unableLocalAuthentication(Throwable t) - Parameters:
- ex-
- Returns:
 
 - 
samlSPUnableToGetIDPDescriptorFromMetadatavoid samlSPUnableToGetIDPDescriptorFromMetadata() 
 - 
samlSPConfigurationErrorRuntimeException samlSPConfigurationError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
samlSPSettingCanonicalizationMethodvoid samlSPSettingCanonicalizationMethod(String canonicalizationMethod) - Parameters:
- canonicalizationMethod-
 
 - 
samlSPCouldNotDispatchToLogoutPagevoid samlSPCouldNotDispatchToLogoutPage(String logOutPage) - Parameters:
- logOutPage-
 
 - 
usingLoggerImplementationvoid usingLoggerImplementation(String className) Logs the implementation being used to log messages and exceptions. - Parameters:
- name-
 
 - 
samlResponseFromIDPParsingFailedvoid samlResponseFromIDPParsingFailed() 
 - 
auditSecurityDomainNotFoundConfigurationException auditSecurityDomainNotFound(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
auditAuditManagerNotFoundConfigurationException auditAuditManagerNotFound(String location, Throwable t) - Parameters:
- location-
- t-
- Returns:
 
 - 
samlIssueInstantMissingErrorIssueInstantMissingException samlIssueInstantMissingError() - Returns:
 
 - 
samlSPResponseNotCatalinaResponseErrorRuntimeException samlSPResponseNotCatalinaResponseError(Object response) - Parameters:
- response-
- Returns:
 
 - 
samlLogoutErrorvoid samlLogoutError(Throwable t) - Parameters:
- t-
 
 - 
samlErrorPageForwardErrorvoid samlErrorPageForwardError(String errorPage, Throwable t) - Parameters:
- t-
 
 - 
samlSPHandleRequestErrorvoid samlSPHandleRequestError(Throwable t) - Parameters:
- t-
 
 - 
samlSPProcessingExceptionErrorIOException samlSPProcessingExceptionError(Throwable t) - Parameters:
- t-
- Returns:
 
 - 
samlInvalidProtocolBindingIllegalArgumentException samlInvalidProtocolBinding() - Returns:
 
 - 
samlHandlerServiceProviderConfigNotFoundIllegalStateException samlHandlerServiceProviderConfigNotFound() - Returns:
 
 - 
samlSecurityTokenAlreadyPersistedvoid samlSecurityTokenAlreadyPersisted(String id) 
 - 
samlSecurityTokenNotFoundInRegistryvoid samlSecurityTokenNotFoundInRegistry(String id) - Parameters:
- id-
 
 - 
samlMetaDataFailedToCreateCacheDurationIllegalArgumentException samlMetaDataFailedToCreateCacheDuration(String timeValue) 
 - 
samlMetaDataNoIdentityProviderDefinedConfigurationException samlMetaDataNoIdentityProviderDefined() 
 - 
samlMetaDataNoServiceProviderDefinedConfigurationException samlMetaDataNoServiceProviderDefined() 
 - 
securityDomainNotFoundConfigurationException securityDomainNotFound() 
 - 
authenticationManagerErrorvoid authenticationManagerError(ConfigurationException e) 
 - 
authorizationManagerErrorvoid authorizationManagerError(ConfigurationException e) 
 - 
jbdcInitializationErrorIllegalStateException jbdcInitializationError(Throwable throwable) 
 - 
errorUnmarshallingTokenRuntimeException errorUnmarshallingToken(Throwable e) 
 - 
runtimeExceptionRuntimeException runtimeException(String msg, Throwable e) 
 - 
datasourceIsNullIllegalStateException datasourceIsNull() 
 - 
cannotParseParameterValueIllegalArgumentException cannotParseParameterValue(String parameter, Throwable e) 
 - 
cannotGetFreeClientPoolKeyRuntimeException cannotGetFreeClientPoolKey(String key) 
 - 
cannotGetSTSConfigByKeyRuntimeException cannotGetSTSConfigByKey(String key) 
 - 
cannotGetUsedClientsByKeyRuntimeException cannotGetUsedClientsByKey(String key) 
 - 
removingNonExistingClientFromUsedClientsByKeyRuntimeException removingNonExistingClientFromUsedClientsByKey(String key) 
 - 
freePoolAlreadyContainsGivenKeyRuntimeException freePoolAlreadyContainsGivenKey(String key) 
 - 
maximumNumberOfClientsReachedforPoolRuntimeException maximumNumberOfClientsReachedforPool(String max) 
 - 
cannotSetMaxPoolSizeToNegativeRuntimeException cannotSetMaxPoolSizeToNegative(String max) 
 - 
parserFeatureNotSupportedRuntimeException parserFeatureNotSupported(String feature) 
 - 
samlAssertionWrongAudienceProcessingException samlAssertionWrongAudience(String serviceURL) 
 - 
samlExtensionUnknownChildProcessingException samlExtensionUnknownChild(Class<?> clazz) 
 
- 
 
-