org.picketlink.identity.federation
Interface PicketLinkLoggerMessages
- All Superinterfaces:
- org.jboss.logging.BasicLogger
@MessageLogger(projectCode="PLFED")
public interface PicketLinkLoggerMessages
- extends org.jboss.logging.BasicLogger
- Author:
- Pedro Silva
Methods inherited from interface org.jboss.logging.BasicLogger |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv |
ROOT_LOGGER
static final PicketLinkLoggerMessages ROOT_LOGGER
AUDIT_LOGGER
static final PicketLinkLoggerMessages AUDIT_LOGGER
auditEvent
@LogMessage(level=INFO)
@Message(id=200,
value="[PicketLink Audit] %s")
void auditEvent(String auditEvent)
keyStoreSetup
@LogMessage(level=INFO)
@Message(id=201,
value="Keystore is null. so setting it up")
void keyStoreSetup()
keyStoreNullPublicKeyForAlias
@LogMessage(level=INFO)
@Message(id=202,
value="No public key found for alias = %s")
void keyStoreNullPublicKeyForAlias(String alias)
samlAssertionExpired
@LogMessage(level=INFO)
@Message(id=203,
value="Assertion has expired with id=%s")
void samlAssertionExpired(String id)
stsConfigurationFileLoaded
@LogMessage(level=INFO)
@Message(id=204,
value="%s configuration file loaded")
void stsConfigurationFileLoaded(String fileName)
samlSPSettingCanonicalizationMethod
@LogMessage(level=INFO)
@Message(id=205,
value="Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil: %s")
void samlSPSettingCanonicalizationMethod(String canonicalizationMethod)
samlIDPSettingCanonicalizationMethod
@LogMessage(level=INFO)
@Message(id=206,
value="Identity Provider is setting the CanonicalizationMethod on XMLSignatureUtil: %s")
void samlIDPSettingCanonicalizationMethod(String canonicalizationMethod)
samlIDPInstallingDefaultSTSConfig
@LogMessage(level=INFO)
@Message(id=207,
value="Did not find picketlink-sts.xml. We will install default configuration")
void samlIDPInstallingDefaultSTSConfig()
samlSPCouldNotDispatchToLogoutPage
@LogMessage(level=INFO)
@Message(id=208,
value="Cannot dispatch to the logout page: no request dispatcher: %s")
void samlSPCouldNotDispatchToLogoutPage(String logOutPage)
usingLoggerImplementation
@LogMessage(level=INFO)
@Message(id=209,
value="Using logger implementation: %s")
void usingLoggerImplementation(String className)
stsTokenRegistryInvalidType
@LogMessage(level=WARN)
@Message(id=210,
value="%s is not an instance of SecurityTokenRegistry - using default registry")
void stsTokenRegistryInvalidType(String tokenRegistryOption)
stsTokenRegistryInstantiationError
@LogMessage(level=WARN)
@Message(id=211,
value="Error instantiating token registry class - using default registry")
void stsTokenRegistryInstantiationError()
stsRevocationRegistryNotSpecified
@LogMessage(level=WARN)
@Message(id=212,
value="Revocation registry option not specified: cancelled ids will not be persisted!")
void stsRevocationRegistryNotSpecified()
stsRevocationRegistryInvalidType
@LogMessage(level=WARN)
@Message(id=213,
value="%s is not an instance of RevocationRegistry - using default registry")
void stsRevocationRegistryInvalidType(String registryOption)
stsRevocationRegistryInstantiationError
@LogMessage(level=WARN)
@Message(id=214,
value="Error instantiating revocation registry class - using default registry")
void stsRevocationRegistryInstantiationError()
stsConfigurationFileNotFoundTCL
@LogMessage(level=WARN)
@Message(id=215,
value="%s configuration file not found using TCCL")
void stsConfigurationFileNotFoundTCL(String fileName)
stsConfigurationFileNotFoundClassLoader
@LogMessage(level=WARN)
@Message(id=216,
value="%s configuration file not found using TCCL")
void stsConfigurationFileNotFoundClassLoader(String fileName)
stsUsingDefaultConfiguration
@LogMessage(level=WARN)
@Message(id=217,
value="%s configuration file not found using URL. Using default configuration values")
void stsUsingDefaultConfiguration(String fileName)
stsSecretKeyNotEncrypted
@LogMessage(level=WARN)
@Message(id=218,
value="Secret key could not be encrypted because the endpoint\'s PKC has not been specified")
void stsSecretKeyNotEncrypted()
authSAMLAssertionWithoutExpiration
@LogMessage(level=WARN)
@Message(id=219,
value="SAML Assertion has been found to have no expiration: ID = %s")
void authSAMLAssertionWithoutExpiration(String id)
stsWrongAttributeProviderTypeNotInstalled
@LogMessage(level=WARN)
@Message(id=220,
value="Attribute provider not installed: %s is not an instance of SAML20TokenAttributeProvider")
void stsWrongAttributeProviderTypeNotInstalled(String attributeProviderClassName)
stsAttributeProviderInstantiationError
@LogMessage(level=WARN)
@Message(id=221,
value="Error instantiating attribute provider")
void stsAttributeProviderInstantiationError(@Cause
Throwable t)
samlAssertion
@LogMessage(level=WARN)
@Message(id=222,
value="Assertion Element = %s")
void samlAssertion(String nodeAsString)
samlIdentityServerActiveSessionCount
@LogMessage(level=WARN)
@Message(id=223,
value="Active Session Count = %s")
void samlIdentityServerActiveSessionCount(int activeSessionCount)
samlIdentityServerSessionCreated
@LogMessage(level=WARN)
@Message(id=224,
value="Session Created with id = %s ::active session count = %s")
void samlIdentityServerSessionCreated(String id,
int activeSessionCount)
samlIdentityServerSessionDestroyed
@LogMessage(level=WARN)
@Message(id=225,
value="Session Destroyed with id = %s ::active session count = %s")
void samlIdentityServerSessionDestroyed(String id,
int activeSessionCount)
jbossWSUnableToCreateSecurityToken
@LogMessage(level=WARN)
@Message(id=226,
value="Was not able to create security token. Just sending message without binary token")
void jbossWSUnableToCreateSecurityToken()
samlIDPUnableToSetParticipantStackUsingDefault
@LogMessage(level=WARN)
@Message(id=227,
value="Unable to set the Identity Participant Stack Class. Will just use the default")
void samlIDPUnableToSetParticipantStackUsingDefault(@Cause
Throwable t)
stsSecurityTokenSignatureNotVerified
@LogMessage(level=WARN)
@Message(id=228,
value="Security Token digital signature has NOT been verified. Either the STS has been configured not to sign tokens or the STS key pair has not been properly specified.")
void stsSecurityTokenSignatureNotVerified()
stsSecurityTokenShouldBeEncrypted
@LogMessage(level=WARN)
@Message(id=229,
value="Security token should be encrypted but no encrypting key could be found")
void stsSecurityTokenShouldBeEncrypted()
stsTokenRegistryNotSpecified
@LogMessage(level=WARN)
@Message(id=230,
value="Security Token registry option not specified: Issued Tokens will not be persisted!")
void stsTokenRegistryNotSpecified()
stsTokenTimeoutNotSpecified
@LogMessage(level=WARN)
@Message(id=231,
value="Lifetime has not been specified. Using the default timeout value.")
void stsTokenTimeoutNotSpecified()
samlSecurityTokenAlreadyPersisted
@LogMessage(level=WARN)
@Message(id=264,
value="Security Token with id = %s has already been persisted.")
void samlSecurityTokenAlreadyPersisted(String id)
samlSecurityTokenNotFoundInRegistry
@LogMessage(level=WARN)
@Message(id=265,
value="Security Token with id = %s was not found in the registry.")
void samlSecurityTokenNotFoundInRegistry(String id)
samlMetaDataIdentityProviderLoadingError
@LogMessage(level=ERROR)
@Message(id=232,
value="Exception loading the identity providers")
void samlMetaDataIdentityProviderLoadingError(@Cause
Throwable t)
samlMetaDataServiceProviderLoadingError
@LogMessage(level=ERROR)
@Message(id=233,
value="Exception loading the service providers")
void samlMetaDataServiceProviderLoadingError(@Cause
Throwable t)
signatureAssertionValidationError
@LogMessage(level=ERROR)
@Message(id=234,
value="Cannot validate signature of assertion")
void signatureAssertionValidationError(@Cause
Throwable t)
trustKeyManagerCreationError
@LogMessage(level=ERROR)
@Message(id=235,
value="Exception in getting TrustKeyManager")
void trustKeyManagerCreationError(@Cause
Throwable t)
xmlCouldNotGetSchema
@LogMessage(level=ERROR)
@Message(id=236,
value="Cannot get schema")
void xmlCouldNotGetSchema(@Cause
Throwable t)
samlHandlerRoleGeneratorSetupError
@LogMessage(level=ERROR)
@Message(id=237,
value="Exception initializing role generator")
void samlHandlerRoleGeneratorSetupError(@Cause
Throwable t)
samlHandlerKeyPairNotFound
@LogMessage(level=ERROR)
@Message(id=239,
value="Key Pair cannot be found")
void samlHandlerKeyPairNotFound()
samlHandlerErrorSigningRedirectBindingMessage
@LogMessage(level=ERROR)
@Message(id=240,
value="Error when trying to sign message for redirection")
void samlHandlerErrorSigningRedirectBindingMessage(@Cause
Throwable t)
samlHandlerErrorValidatingSignature
@LogMessage(level=ERROR)
@Message(id=241,
value="Error validating signature")
void samlHandlerErrorValidatingSignature(@Cause
Throwable t)
samlBase64DecodingError
@LogMessage(level=ERROR)
@Message(id=242,
value="Error in base64 decoding saml message")
void samlBase64DecodingError(@Cause
Throwable t)
samlParsingError
@LogMessage(level=ERROR)
@Message(id=243,
value="Exception in parsing saml message")
void samlParsingError(@Cause
Throwable t)
attributeManagerMappingContextNull
@LogMessage(level=ERROR)
@Message(id=244,
value="Mapping Context returned is null")
void attributeManagerMappingContextNull()
attributeManagerError
@LogMessage(level=ERROR)
@Message(id=245,
value="Exception in attribute mapping")
void attributeManagerError(@Cause
Throwable t)
couldNotObtainSecurityContext
@LogMessage(level=ERROR)
@Message(id=246,
value="Could not obtain security context.")
void couldNotObtainSecurityContext()
authSAMLAssertionParsingFailed
@LogMessage(level=ERROR)
@Message(id=247,
value="SAML Assertion parsing failed")
void authSAMLAssertionParsingFailed(@Cause
Throwable t)
authSAMLAssertionIssuingFailed
@LogMessage(level=ERROR)
@Message(id=248,
value="Unable to issue assertion")
void authSAMLAssertionIssuingFailed(@Cause
Throwable t)
jbossWSUnableToCreateBinaryToken
@LogMessage(level=ERROR)
@Message(id=249,
value="Unable to create binary token")
void jbossWSUnableToCreateBinaryToken(@Cause
Throwable t)
jbossWSUnableToWriteSOAPMessage
@LogMessage(level=ERROR)
@Message(id=250,
value="Exception writing SOAP Message")
void jbossWSUnableToWriteSOAPMessage(@Cause
Throwable t)
jbossWSErrorGettingOperationname
@LogMessage(level=ERROR)
@Message(id=251,
value="Exception using backup method to get op name")
void jbossWSErrorGettingOperationname(@Cause
Throwable t)
samlIDPHandlingSAML11Error
@LogMessage(level=ERROR)
@Message(id=252,
value="Exception handling saml 11 use case")
void samlIDPHandlingSAML11Error(@Cause
Throwable t)
samlIDPRequestProcessingError
@LogMessage(level=ERROR)
@Message(id=253,
value="Exception in processing request")
void samlIDPRequestProcessingError(@Cause
Throwable t)
samlHandlerConfigurationError
@LogMessage(level=ERROR)
@Message(id=254,
value="Exception dealing with handler configuration")
void samlHandlerConfigurationError(@Cause
Throwable t)
samlSPFallingBackToLocalFormAuthentication
@LogMessage(level=ERROR)
@Message(id=255,
value="Falling back on local Form Authentication if available")
void samlSPFallingBackToLocalFormAuthentication()
samlSPUnableToGetIDPDescriptorFromMetadata
@LogMessage(level=ERROR)
@Message(id=256,
value="Unable to obtain the IDP SSO Descriptor from metadata")
void samlSPUnableToGetIDPDescriptorFromMetadata()
samlHandlerFailedInResponseToVerification
@LogMessage(level=ERROR)
@Message(id=257,
value="Verification of InResponseTo failed. InResponseTo from SAML response is %s. Value of request Id from HTTP session is %s")
void samlHandlerFailedInResponseToVerification(String inResponseTo,
String authnRequestId)
samlHandlerAuthenticationError
@LogMessage(level=ERROR)
@Message(id=258,
value="Exception in processing authentication")
void samlHandlerAuthenticationError(@Cause
Throwable t)
jceProviderCouldNotBeLoaded
@LogMessage(level=ERROR)
@Message(id=259,
value="The provider %s could not be added")
void jceProviderCouldNotBeLoaded(String name,
@Cause
Throwable t)
samlResponseFromIDPParsingFailed
@LogMessage(level=ERROR)
@Message(id=260,
value="Error parsing the response from the IDP. Check the strict post binding configuration on both IDP and SP side.")
void samlResponseFromIDPParsingFailed()
samlLogoutError
@LogMessage(level=ERROR)
@Message(id=261,
value="Error during the logout process.")
void samlLogoutError(@Cause
Throwable t)
samlErrorPageForwardError
@LogMessage(level=ERROR)
@Message(id=262,
value="Could not forward to error page: %s")
void samlErrorPageForwardError(String errorPage,
@Cause
Throwable t)
samlSPHandleRequestError
@LogMessage(level=ERROR)
@Message(id=263,
value="Service Provider could not handle the request.")
void samlSPHandleRequestError(@Cause
Throwable t)
authenticationManagerError
@LogMessage(level=ERROR)
@Message(id=266,
value="Error loading the AuthenticationManager.")
void authenticationManagerError(@Cause
ConfigurationException e)
authorizationManagerError
@LogMessage(level=ERROR)
@Message(id=267,
value="Error loading the AuthorizationManager.")
void authorizationManagerError(@Cause
ConfigurationException e)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.