Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <configuration>
  2. <authentication-client xmlns="urn:elytron:1.0">
  3. <authentication-rules>
  4. <rule use-configuration="myConfig">
  5. <match-host name="127.0.0.1"/>
  6. <match-port number="8080"/>
  7. <match-protocol name="http-remoting"/>
  8. </rule>
  9. </authentication-rules>
  10. <authentication-configurations>
  11. <configuration name="myConfig">
  12. <set-user-name name="pedroigor" />
  13. <credentials>
  14. <clear-password password="pedro" />
  15. </credentials>
  16. </configuration>
  17. </authentication-configurations>
  18. </authentication-client>
  19.  
  20. <jboss-ejb-client xmlns="urn:jboss:wildfly-client-ejb:3.0">
  21. <global-interceptors>
  22. </global-interceptors>
  23. <connections>
  24. <connection uri="http-remoting://127.0.0.1:8080" />
  25. </connections>
  26. </jboss-ejb-client>
  27. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement