@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 |
badSignature() |
String |
badToken() |
String |
couldNotGetCertificate() |
String |
noTrustStoreFound() |
String |
securityDomain(String sd) |
String |
securityDomainNotValid(String sd) |
String |
tokenExpired() |
String |
tokenProjectIdDoesntMatch() |
String |
unableToFindSecurityDomain(String sd) |
static final Messages MESSAGES
static final int BASE
@Message(id=14500, value="Bad Signature") String badSignature()
@Message(id=14505, value="Bad Token") String badToken()
@Message(id=14510, value="Could not get certificate from keyStore") String couldNotGetCertificate()
@Message(id=14515, value="No trust store found") String noTrustStoreFound()
@Message(id=14525, value="The JSSE security domain %s is not valid. All authentication using this login module will fail!") String securityDomainNotValid(String sd)
@Message(id=14530, value="Token expired") String tokenExpired()
@Message(id=14535, value="Token project id doesn\'t match") String tokenProjectIdDoesntMatch()
Copyright © 2015 JBoss by Red Hat. All rights reserved.