@MessageBundle(projectCode="RESTEASY")
public interface Messages
Modifier and Type | Field and Description |
---|---|
static int |
BASE |
static Messages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
String |
certificateNull() |
String |
failedToUnmarshall() |
String |
idpNull() |
String |
keystorePathInvalid(String path) |
String |
needToSpecifyCacheName() |
String |
noKeystoreProvided() |
String |
passwordNull() |
String |
privateKeyNull() |
String |
privateKeyOrCertificateNotSet() |
String |
usernameNull() |
static final Messages MESSAGES
static final int BASE
@Message(id=15000, value="Certificate is null") String certificateNull()
@Message(id=15005, value="Failed to unmarshall") String failedToUnmarshall()
@Message(id=15010, value="idp is null") String idpNull()
@Message(id=15015, value="Keystore path invalid: %s") String keystorePathInvalid(String path)
@Message(id=15020, value="need to specify skeleton.key.infinispan.cache.name") String needToSpecifyCacheName()
@Message(id=15025, value="No key store provided.") String noKeystoreProvided()
@Message(id=15030, value="password is nul") String passwordNull()
@Message(id=15035, value="Private Key is null") String privateKeyNull()
@Message(id=15040, value="privateKey or certificate not set for this operation") String privateKeyOrCertificateNotSet()
@Message(id=15045, value="username is null") String usernameNull()
Copyright © 2015 JBoss by Red Hat. All rights reserved.