Author: jim.ma
Date: 2014-10-14 05:52:09 -0400 (Tue, 14 Oct 2014)
New Revision: 18983
Modified:
api/trunk/src/main/java/org/jboss/ws/api/annotation/WebContext.java
Log:
[JBWS-2680]:Support configure realm-name with @WebContext
Modified: api/trunk/src/main/java/org/jboss/ws/api/annotation/WebContext.java
===================================================================
--- api/trunk/src/main/java/org/jboss/ws/api/annotation/WebContext.java 2014-10-13
14:19:17 UTC (rev 18982)
+++ api/trunk/src/main/java/org/jboss/ws/api/annotation/WebContext.java 2014-10-14
09:52:09 UTC (rev 18983)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2014, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -94,5 +94,10 @@
* Protect access to WSDL. See
http://jira.jboss.org/jira/browse/JBWS-723
*/
boolean secureWSDLAccess() default false;
+
+ /**
+ * Description of the resource being accessed
+ */
+ String realmName() default "";
}