@MessageBundle(projectCode="PLFED")
public interface PicketLinkMessages
| Modifier and Type | Field and Description |
|---|---|
static PicketLinkMessages |
MESSAGES |
static final PicketLinkMessages MESSAGES
@Message(id=1,
value="Invalid security token request")
WebServiceException wsTrustInvalidTokenRequestError()
@Message(id=2,
value="Encountered configuration exception")
WebServiceException wsTrustConfigurationError(@Cause
Throwable t)
@Message(id=3,
value="Exception in handling token request")
WebServiceException wsTrustHandlingTokenRequestError(@Cause
Throwable t)
@Message(id=4,
value="Error writing response")
WebServiceException wsTrustResponseWritingError(@Cause
Throwable t)
@Message(id=5,
value="Error parsing the configuration file")
org.picketlink.common.exceptions.ConfigurationException stsConfigurationFileParsingError(@Cause
Throwable t)
@Message(id=6,
value="Error generating combined secret key")
org.picketlink.common.exceptions.fed.WSTrustException wsTrustCombinedSecretKeyError(@Cause
Throwable t)
@Message(id=7,
value="Unable to construct the key manager")
RuntimeException stsUnableToConstructKeyManagerError(@Cause
Throwable t)
@Message(id=8,
value="Unable to locate client public key")
org.picketlink.common.exceptions.fed.WSTrustException wsTrustClientPublicKeyError()
@Message(id=9,
value="Invalid Digital Signature: %s")
XMLSignatureException signatureInvalidError(String message,
@Cause
Throwable t)
@Message(id=10,
value="Error obtaining public key for service: %s")
RuntimeException stsPublicKeyError(String serviceName,
@Cause
Throwable t)
@Message(id=11,
value="Error obtaining signing key pair")
RuntimeException stsSigningKeyPairError(@Cause
Throwable t)
@Message(id=12,
value="Error obtaining public key certificate")
RuntimeException stsPublicKeyCertError(@Cause
Throwable t)
@Message(id=13,
value="No Security Token Provider found in configuration:[%s][ProtoCtx=%s]")
org.picketlink.common.exceptions.ProcessingException stsNoTokenProviderError(String configuration,
String protocolContext)
@Message(id=14,
value="Authn Request ID verification failed")
org.picketlink.common.exceptions.ProcessingException samlHandlerFailedInResponseToVerificarionError()
@Message(id=15,
value="IDP Authentication Failed")
SecurityException samlHandlerIDPAuthenticationFailedError()
@Message(id=16,
value="Should not be the same: %s")
IllegalArgumentException shouldNotBeTheSameError(String message)
@Message(id=17,
value="Configuration File missing: %s")
RuntimeException configurationFileMissing(String configFile)
@Message(id=18,
value="Resource not found: %s")
org.picketlink.common.exceptions.ProcessingException resourceNotFoundError(String fileName)
@Message(id=19,
value="Validation check failed")
GeneralSecurityException samlIDPValidationCheckFailed()
@Message(id=22,
value="Principal Not Found")
org.picketlink.common.exceptions.ProcessingException samlHandlerPrincipalNotFoundError()
@Message(id=23,
value="Trust Key Manager Missing")
org.picketlink.common.exceptions.TrustKeyConfigurationException trustKeyManagerMissing()
@Message(id=26,
value="Response was not of type catalina response. Received: %s")
RuntimeException samlSPResponseNotCatalinaResponseError(Object response)
@Message(id=28,
value="Audit Manager Is Not Set")
IllegalStateException auditNullAuditManagerError()
@Message(id=35,
value="Unable to fallback on local auth")
IOException unableLocalAuthentication(@Cause
Throwable t)
@Message(id=39,
value="Failed to validate assertion: STS configuration file not specified")
LoginException authSTSConfigFileNotFound()
@Message(id=41,
value="Error handling callback")
LoginException authErrorHandlingCallbackError(@Cause
Throwable t)
@Message(id=44,
value="Failed to parse assertion element")
LoginException authFailedToParseSAMLAssertionError(@Cause
Throwable t)
@Message(id=55,
value="KeyStoreKeyManager : KeyStore is null")
IllegalStateException keyStoreNullStore()
@Message(id=56,
value="KeyStoreKeyManager : Keystore not located: %s")
RuntimeException keyStoreNotLocated(String keyStore)
@Message(id=57,
value="KeyStoreKeyManager : Signing Key Pass is null")
RuntimeException keyStoreNullSigningKeyPass()
@Message(id=58,
value="KeyStoreKeyManager : Domain Alias missing for : %s")
IllegalStateException keyStoreMissingDomainAlias(String domain)
@Message(id=59,
value="KeyStoreKeyManager : Alias is null")
IllegalStateException keyStoreNullAlias()
@Message(id=60,
value="Parser : Expected start tag: %s ::Found <%s>")
RuntimeException parserExpectedTag(String tag,
String foundElementTag)
@Message(id=61,
value="Parser: Unknown End Element: %s")
RuntimeException parserUnknownEndElement(String endElementName)
@Message(id=62,
value="Parser : Unknown tag: %s ::location= %s")
RuntimeException parseUnknownTag(String tag,
Location location)
@Message(id=63,
value="Parser: Required attribute missing: %s")
org.picketlink.common.exceptions.ParsingException parseRequiredAttribute(String attribute)
@Message(id=64,
value="Parser: Unknown Start Element: %s ::location= %s")
RuntimeException parserUnknownStartElement(String elementName,
Location location)
@Message(id=65,
value="Parser : Unknown xsi:type= %s")
org.picketlink.common.exceptions.ParsingException parserUnknownXSI(String xsiTypeValue)
@Message(id=66,
value="Parser : Expected end tag: %s")
org.picketlink.common.exceptions.ParsingException parserExpectedEndTag(String tagName)
@Message(id=67,
value="Parser : Parsing has failed: %s")
RuntimeException parserFailed(String elementName)
@Message(id=68,
value="Parser : Start Element is null")
IllegalStateException parserNullStartElement()
@Message(id=69,
value="Parser: Type not supported: %s")
RuntimeException unsupportedType(String name)
@Message(id=70,
value="Parser : Parsing exception.")
org.picketlink.common.exceptions.ParsingException parserException(@Cause
Throwable t)
@Message(id=71,
value="Parser: Expected text value: %s")
org.picketlink.common.exceptions.ParsingException parserExpectedTextValue(String string)
@Message(id=72,
value="Parser: Expected xsi:type: %s")
RuntimeException parserExpectedXSI(String expectedXsi)
@Message(id=73,
value="Parser: Unable to parse token request: security token is null")
org.picketlink.common.exceptions.ParsingException parserUnableParsingNullToken()
@Message(id=74,
value="Parsing Error.")
org.picketlink.common.exceptions.ParsingException parserError(@Cause
Throwable t)
@Message(id=75,
value="File could not be located : %s")
IllegalStateException fileNotLocated(String policyConfigFileName)
@Message(id=76,
value="Option not set: %s")
IllegalStateException optionNotSet(String option)
@Message(id=77,
value="Injected Value Missing: %s")
RuntimeException injectedValueMissing(String value)
@Message(id=78,
value="Null Parameter: %s")
IllegalArgumentException nullArgument(String argument)
@Message(id=79,
value="Assertion has expired")
org.picketlink.common.exceptions.ProcessingException assertionExpiredError()
@Message(id=80,
value="Invalid Assertion")
org.picketlink.common.exceptions.ProcessingException assertionInvalidError()
@Message(id=81,
value="Writer: Unknown Type: %s")
RuntimeException writerUnknownTypeError(String name)
@Message(id=82,
value="Not Implemented Yet: %s")
RuntimeException notImplementedYet(String feature)
@Message(id=83,
value="Writer: Null Value: %s")
org.picketlink.common.exceptions.ProcessingException writerNullValueError(String value)
@Message(id=84,
value="Writer: Unsupported Attribute Value: %s")
RuntimeException writerUnsupportedAttributeValueError(String value)
@Message(id=85,
value="IssuerInfo missing status code")
IllegalArgumentException issuerInfoMissingStatusCodeError()
@Message(id=86,
value="Cannot create instance of: %s")
org.picketlink.common.exceptions.ProcessingException couldNotCreateInstance(String fqn,
@Cause
Throwable t)
@Message(id=87,
value="System Property missing: %s")
RuntimeException systemPropertyMissingError(String property)
@Message(id=88,
value="Null IssueInstant")
org.picketlink.common.exceptions.fed.IssueInstantMissingException samlIssueInstantMissingError()
@Message(id=89,
value="Unknown Object Type: %s")
RuntimeException unknownObjectType(Object attrValue)
@Message(id=90,
value="Unknown Signature Algorithm: %s")
RuntimeException signatureUnknownAlgo(String algo)
@Message(id=91,
value="Writer: Invalid KeyInfo object: content cannot be empty")
org.picketlink.common.exceptions.ProcessingException writerInvalidKeyInfoNullContentError()
@Message(id=92,
value="Null Value: %s")
RuntimeException nullValue(String nullValue)
@Message(id=93,
value="Not Serializable: %s")
IOException notSerializableError(String message)
@Message(id=94,
value="Not equal: %s and %s")
RuntimeException notEqualError(String first,
String second)
@Message(id=95,
value="Wrong type: %s")
IllegalArgumentException wrongTypeError(String message)
@Message(id=97,
value="Unknown Encryption Algorithm: %s")
RuntimeException encryptUnknownAlgoError(String certAlgo)
@Message(id=98,
value="Missing Document Element: %s")
IllegalStateException domMissingDocElementError(String element)
@Message(id=99,
value="Missing Element: %s")
IllegalStateException domMissingElementError(String element)
@Message(id=100,
value="Signing Process Failure")
XMLSignatureException signatureError(@Cause
Throwable t)
@Message(id=101,
value="Encryption Process Failure")
RuntimeException encryptProcessError(@Cause
Throwable t)
@Message(id=102,
value="Processing Exception")
org.picketlink.common.exceptions.ProcessingException processingError(@Cause
Throwable t)
@Message(id=103,
value="Error while configuring the audit capabilities")
org.picketlink.common.exceptions.ConfigurationException auditConfigurationError(@Cause
Throwable t)
@Message(id=104,
value="Class Not Loaded: %s")
org.picketlink.common.exceptions.ProcessingException classNotLoadedError(String fqn)
@Message(id=105,
value="Configuration Exception")
org.picketlink.common.exceptions.ConfigurationException configurationError(@Cause
Throwable t)
@Message(id=106,
value="PDP : Error while processing the message.")
RuntimeException xacmlPDPMessageProcessingError(@Cause
Throwable t)
@Message(id=107,
value="Invalid Argument Exception: %s")
IllegalArgumentException invalidArgumentError(String message)
@Message(id=108,
value="KeyStoreKeyManager : Processing error")
org.picketlink.common.exceptions.TrustKeyProcessingException keyStoreProcessingError(@Cause
Throwable t)
@Message(id=109,
value="KeyStoreKeyManager : Configuration error.")
org.picketlink.common.exceptions.TrustKeyConfigurationException keyStoreConfigurationError(@Cause
Throwable t)
@Message(id=110,
value="Security Token Service Exception")
WebServiceException stsWSError(@Cause
Throwable t)
@Message(id=111,
value="Invalid request type: %s")
org.picketlink.common.exceptions.fed.WSTrustException stsWSInvalidRequestTypeError(String requestType)
@Message(id=112,
value="WS-Trust Processing Exception")
org.picketlink.common.exceptions.fed.WSTrustException stsError(@Cause
Throwable t)
@Message(id=113,
value="Unable to decode password: %s")
RuntimeException stsUnableToDecodePasswordError(String password)
@Message(id=114,
value="Could not load properties from %s")
IllegalStateException couldNotLoadProperties(String configFile)
@Message(id=115,
value="Error creating KeyInfoType")
org.picketlink.common.exceptions.fed.WSTrustException stsKeyInfoTypeCreationError(@Cause
Throwable t)
@Message(id=116,
value="Could not issue a SAML Security Token")
LoginException authCouldNotIssueSAMLToken()
@Message(id=117,
value="Error during login/authentication")
LoginException authLoginError(@Cause
Throwable t)
@Message(id=118,
value="Could not create WSTrustClient")
IllegalStateException authCouldNotCreateWSTrustClient(@Cause
Throwable t)
@Message(id=119,
value="Could not validate the SAML Security Token : %s")
LoginException authCouldNotValidateSAMLToken(Element token)
@Message(id=120,
value="Could not locate a Security Token from the callback")
LoginException authCouldNotLocateSecurityTokenError()
@Message(id=121,
value="Invalid cancel request: missing required CancelTarget")
org.picketlink.common.exceptions.ProcessingException wsTrustNullCancelTargetError()
@Message(id=122,
value="Failed to marshall assertion")
org.picketlink.common.exceptions.ProcessingException samlMarshallError(@Cause
Throwable t)
@Message(id=123,
value="Invalid renew request: missing required RenewTarget")
org.picketlink.common.exceptions.ProcessingException wsTrustNullRenewTargetError()
@Message(id=124,
value="Error unmarshalling assertion")
org.picketlink.common.exceptions.ProcessingException samlUnmarshallError(@Cause
Throwable t)
@Message(id=125,
value="SAML Assertion with id %s has been canceled and cannot be renewed")
org.picketlink.common.exceptions.ProcessingException samlAssertionRevokedCouldNotRenew(String id)
@Message(id=126,
value="Bad validate request: missing required ValidateTarget")
org.picketlink.common.exceptions.ProcessingException wsTrustNullValidationTargetError()
@Message(id=127,
value="Unable to get DatatypeFactory instance")
RuntimeException wsTrustUnableToGetDataTypeFactoryError(@Cause
Throwable t)
@Message(id=128,
value="Validation status code is missing")
org.picketlink.common.exceptions.ProcessingException wsTrustValidationStatusCodeMissing()
@Message(id=129,
value="Unknown credential type: %s")
RuntimeException unknownCredentialTypeError(String name)
@Message(id=130,
value="Assertion not found in the handler request")
RuntimeException samlHandlerAssertionNotFound()
@Message(id=131,
value="AuthnRequest is null")
org.picketlink.common.exceptions.ProcessingException samlHandlerAuthnRequestIsNullError()
@Message(id=132,
value="No assertions in reply from IDP")
IllegalArgumentException samlHandlerNoAssertionFromIDPError()
@Message(id=133,
value="Null encrypted assertion element")
org.picketlink.common.exceptions.ProcessingException samlHandlerNullEncryptedAssertion()
@Message(id=134,
value="Assertion has expired with errors")
org.picketlink.common.exceptions.ProcessingException assertionExpiredErrorWithException(@Cause
org.picketlink.common.exceptions.fed.AssertionExpiredException aee)
@Message(id=135,
value="Unknown role object type : %s")
RuntimeException unsupportedRoleType(Object attrValue)
@Message(id=136,
value="Issuer not Trusted by the IDP: %s")
org.picketlink.common.exceptions.fed.IssuerNotTrustedException samlHandlerIssuerNotTrustedError(String issuer)
@Message(id=137,
value="Error while checking the trusted domains.")
org.picketlink.common.exceptions.fed.IssuerNotTrustedException samlHandlerIssuerNotTrustedError(@Cause
Throwable t)
@Message(id=138,
value="Trust or Domains element is missing. Check your configuration.")
org.picketlink.common.exceptions.ConfigurationException samlHandlerTrustElementMissingError()
@Message(id=139,
value="Identity Server not found")
org.picketlink.common.exceptions.ProcessingException samlHandlerIdentityServerNotFoundError()
@Message(id=140,
value="Key Pair not found")
org.picketlink.common.exceptions.ProcessingException samlHandlerKeyPairNotFoundError()
@Message(id=141,
value="Error signing REDIRECT binding message")
RuntimeException samlHandlerSigningRedirectBindingMessageError(@Cause
Throwable t)
@Message(id=142,
value="Signature Validation failed")
org.picketlink.common.exceptions.fed.SignatureValidationException signatureValidationFailed()
@Message(id=143,
value="Invalid signature")
org.picketlink.common.exceptions.ProcessingException samlHandlerInvalidSignatureError()
@Message(id=144,
value="Signature Validation failed. Signature is not present. Check if the IDP is supporting signatures.")
org.picketlink.common.exceptions.ProcessingException samlHandlerSignatureNorPresentError()
@Message(id=145,
value="Signature Validation failed")
org.picketlink.common.exceptions.ProcessingException samlHandlerSignatureValidationError(@Cause
Throwable t)
@Message(id=146,
value="Error during processing the SAML Handler Chain.")
RuntimeException samlHandlerChainProcessingError(@Cause
Throwable t)
@Message(id=147,
value="Failed to create principal")
LoginException authFailedToCreatePrincipal(@Cause
Throwable t)
@Message(id=148,
value="Shared credential is not a SAML credential. Got %s")
LoginException authSharedCredentialIsNotSAMLCredential(String className)
@Message(id=149,
value="Supplied assertion was considered invalid by the STS")
LoginException authInvalidSAMLAssertionBySTSError()
@Message(id=150,
value="Failed to validate assertion using STS")
LoginException authAssertionValidationValidationError(@Cause
Throwable t)
@Message(id=151,
value="Null truststore for security domain : %s")
LoginException authNullKeyStoreFromSecurityDomainError(String name)
@Message(id=152,
value="Null KeyStoreAlias; set \'KeyStoreAlias\' in \'%s\' security domain configuration")
LoginException authNullKeyStoreAliasFromSecurityDomainError(String name)
@Message(id=153,
value="No certificate found for alias \'%s\' in the \'%s\' security domain")
LoginException authNoCertificateFoundForAliasError(String alias,
String name)
@Message(id=154,
value="Invalid SAML assertion signature")
LoginException authSAMLInvalidSignatureError()
@Message(id=155,
value="Assertion expired or used before its lifetime period")
LoginException authSAMLAssertionExpiredError()
@Message(id=156,
value="Resource not found. Unable to load jboss-wsse.xml")
RuntimeException jbossWSUnableToLoadJBossWSSEConfigError()
@Message(id=157,
value="Authorization Failed")
RuntimeException jbossWSAuthorizationFailed()
@Message(id=158,
value="SamlCredential is not available in subject")
LoginException authSAMLCredentialNotAvailable()
@Message(id=159,
value="Unable to instantiate handler: %s")
RuntimeException authUnableToInstantiateHandler(String token,
@Cause
Throwable t)
@Message(id=160,
value="Unable to create SSL Socket Factory")
RuntimeException jbossWSUnableToCreateSSLSocketFactory(@Cause
Throwable t)
@Message(id=161,
value="We did not find SSL Socket Factory")
RuntimeException jbossWSUnableToFindSSLSocketFactory()
@Message(id=162,
value="Unable to get the Identity from the subject")
RuntimeException authUnableToGetIdentityFromSubject()
@Message(id=163,
value="SAML Assertion is null or empty")
RuntimeException authSAMLAssertionNullOrEmpty()
@Message(id=164,
value="Unchecked and role(s) cannot be together")
org.picketlink.common.exceptions.ProcessingException jbossWSUncheckedAndRolesCannotBeTogether()
@Message(id=165,
value="Identity Provider configuration error")
RuntimeException samlIDPConfigurationError(@Cause
Throwable t)
@Message(id=166,
value="Service Provider configuration error")
RuntimeException samlSPConfigurationError(@Cause
Throwable t)
@Message(id=167,
value="Could not find a security domain configuration. Check if it is defined in WEB-INF/jboss-web.xml or set the picketlink.audit.securitydomain system property.")
org.picketlink.common.exceptions.ConfigurationException auditSecurityDomainNotFound(@Cause
Throwable t)
@Message(id=168,
value="Could not find a audit manager configuration. Location: %s")
org.picketlink.common.exceptions.ConfigurationException auditAuditManagerNotFound(String location,
@Cause
Throwable t)
@Message(id=169,
value="Service Provider processing error.")
IOException samlSPProcessingExceptionError(@Cause
Throwable t)
@Message(id=170,
value="Invalid SAML Protocol Binding. Expected POST or REDIRECT.")
IllegalArgumentException samlInvalidProtocolBinding()
@Message(id=171,
value="Service Provider configuration not found. Check if the CONFIGURATION parameter is defined in the handler chain config.")
IllegalStateException samlHandlerServiceProviderConfigNotFound()
@Message(id=172,
value="Cache duration could not be created using \'%s\'. This value must be an ISO-8601 period or a numeric value representing the duration in milliseconds.")
IllegalArgumentException samlMetaDataFailedToCreateCacheDuration(String timeValue)
@Message(id=173,
value="The security domain name could not be found. Check your jboss-web.xml.")
org.picketlink.common.exceptions.ConfigurationException securityDomainNotFound()
@Message(id=174,
value="No configuration provided for the Identity Provider..")
org.picketlink.common.exceptions.ConfigurationException samlMetaDataNoIdentityProviderDefined()
@Message(id=175,
value="No configuration provided for the Service Provider..")
org.picketlink.common.exceptions.ConfigurationException samlMetaDataNoServiceProviderDefined()
@Message(id=176,
value="JDBC Initialization Error.")
IllegalStateException jbdcInitializationError(@Cause
Throwable throwable)
@Message(id=177,
value="Error Unmarshalling Token.")
RuntimeException errorUnmarshallingToken(@Cause
Throwable e)
@Message(id=178,
value="RuntimeException %s")
RuntimeException runtimeException(String msg,
@Cause
Throwable e)
@Message(id=179,
value="Datasource is null.")
IllegalStateException datasourceIsNull()
Copyright © 2013. All Rights Reserved.