Author: prabath
Date: Thu Jun  5 03:08:00 2008
New Revision: 17991
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17991

Log:
added new constants

Modified:
   
trunk/solutions/identity/modules/token-verifier-core/src/main/java/org/wso2/solutions/identity/relyingparty/TokenVerifierConstants.java

Modified: 
trunk/solutions/identity/modules/token-verifier-core/src/main/java/org/wso2/solutions/identity/relyingparty/TokenVerifierConstants.java
URL: 
http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/token-verifier-core/src/main/java/org/wso2/solutions/identity/relyingparty/TokenVerifierConstants.java?rev=17991&r1=17990&r2=17991&view=diff
==============================================================================
--- 
trunk/solutions/identity/modules/token-verifier-core/src/main/java/org/wso2/solutions/identity/relyingparty/TokenVerifierConstants.java
     (original)
+++ 
trunk/solutions/identity/modules/token-verifier-core/src/main/java/org/wso2/solutions/identity/relyingparty/TokenVerifierConstants.java
     Thu Jun  5 03:08:00 2008
@@ -129,6 +129,10 @@
     public static final String STORE_PASS = "StorePass";
     public static final String KEY_ALIAS = "KeyAlias";
     public static final String KEY_PASS = "KeyPass";
+    public static final String MAPPING_HOST = "MappingHost";
+    public static final String MAPPING_PORT = "MappingPort";
+    public static final String MAPPED_HOST = "MappedHost";
+    public static final String MAPPED_PORT = "MappedPort";
     
     public static final String TRUSTED_KEY_STORE = "TrustedIdP.KeyStore";
     public static final String TRUSTED_STORE_PASS = "TrustedIdP.StorePass";

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to