[KEYCLOAK-1493] Added a couple of WSTrust constants

This commit is contained in:
Dane Barentine 2015-06-22 10:47:58 -07:00
parent 8da532da93
commit 14baef425e

View file

@ -224,6 +224,8 @@ public interface WSTrustConstants {
String REFERENCE = "Reference";
String PREFIX = "wsse";
String PREFIX_11 = "wsse11";
// http://www.ws-i.org/Profiles/KerberosTokenProfile-1.0.html#Kerberos_Security_Token_URI
@ -238,5 +240,7 @@ public interface WSTrustConstants {
String URI = "URI";
String VALUE_TYPE = "ValueType";
String ENCODING_TYPE = "EncodingType";
}
}