TUSCANY-3401: Apply patch from wangfeng to fix SCA API constants
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
49ab0f4d7b
commit
6f0a80fbc6
2 changed files with 4 additions and 4 deletions
|
@ -42,8 +42,8 @@ import java.lang.annotation.Target;
|
|||
@Intent(Authentication.AUTHENTICATION)
|
||||
public @interface Authentication {
|
||||
String AUTHENTICATION = SCA_PREFIX + "authentication";
|
||||
String AUTHENTICATION_MESSAGE = AUTHENTICATION + "message";
|
||||
String AUTHENTICATION_TRANSPORT = AUTHENTICATION + "transport";
|
||||
String AUTHENTICATION_MESSAGE = AUTHENTICATION + ".message";
|
||||
String AUTHENTICATION_TRANSPORT = AUTHENTICATION + ".transport";
|
||||
|
||||
/**
|
||||
* List of authentication qualifiers (such as "message" or "transport").
|
||||
|
|
|
@ -42,8 +42,8 @@ import java.lang.annotation.Target;
|
|||
@Intent(Integrity.INTEGRITY)
|
||||
public @interface Integrity {
|
||||
String INTEGRITY = SCA_PREFIX + "integrity";
|
||||
String INTEGRITY_MESSAGE = INTEGRITY + "message";
|
||||
String INTEGRITY_TRANSPORT = INTEGRITY + "transport";
|
||||
String INTEGRITY_MESSAGE = INTEGRITY + ".message";
|
||||
String INTEGRITY_TRANSPORT = INTEGRITY + ".transport";
|
||||
|
||||
/**
|
||||
* List of integrity qualifiers (such as "message" or "transport").
|
||||
|
|
Loading…
Reference in a new issue