[KEYCLOAK-1493] Added a couple of WSTrust constants
This commit is contained in:
parent
8da532da93
commit
14baef425e
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue