<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dominikdorn.com &#187; Spring-Security</title>
	<atom:link href="http://dominikdorn.com/tag/spring-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://dominikdorn.com</link>
	<description>shit happens ;)</description>
	<lastBuildDate>Tue, 03 Jan 2012 19:47:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Spring Security Facelets/JSF 2.0 Taglib released in v0.3</title>
		<link>http://dominikdorn.com/2010/01/spring-security-faceletsjsf-2-0-taglib-released-in-v0-3/</link>
		<comments>http://dominikdorn.com/2010/01/spring-security-faceletsjsf-2-0-taglib-released-in-v0-3/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 15:42:10 +0000</pubDate>
		<dc:creator>Dominik Dorn</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaEE6]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Facelets]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring-Security]]></category>

		<guid isPermaLink="false">http://dominikdorn.com/?p=173</guid>
		<description><![CDATA[The Spring Security Facelets/JSF 2.0 Taglib got released in version 0.3. CHANGES: Replaced roles.isEmpty() with roles.equals(&#8220;&#8221;) to allow usage with Java 5 Adopted taglib for usage with Spring 3/Spring Security 3 final removed faces-config.xml in taglibs for jsf 1.2 as it prevented deploying in some scenarios Fetch it from the Project Homepage]]></description>
			<content:encoded><![CDATA[<p>The Spring Security Facelets/JSF 2.0 Taglib got released in version 0.3.</p>
<p>CHANGES:</p>
<ul>
<li>Replaced roles.isEmpty() with roles.equals(&#8220;&#8221;) to allow usage with Java 5</li>
<li>Adopted taglib for usage with Spring 3/Spring Security 3 final</li>
<li>removed faces-config.xml in taglibs for jsf 1.2 as it prevented deploying in some scenarios</li>
</ul>
<p>Fetch it from the <a href="http://code.google.com/p/spring-security-facelets-taglib/" target="_blank">Project Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dominikdorn.com/2010/01/spring-security-faceletsjsf-2-0-taglib-released-in-v0-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going open source: My first Google-Code Project</title>
		<link>http://dominikdorn.com/2009/06/going-open-source-my-first-google-code-project/</link>
		<comments>http://dominikdorn.com/2009/06/going-open-source-my-first-google-code-project/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 22:08:59 +0000</pubDate>
		<dc:creator>Dominik Dorn</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Spring-Security]]></category>
		<category><![CDATA[Tag-Library]]></category>

		<guid isPermaLink="false">http://www.dominikdorn.com/?p=45</guid>
		<description><![CDATA[Because finally someone showed interest in helping me with my Spring Security JSF 2.0 Taglib, I created my first project at Google Code. The homepage of the project is still located on my server, but maybe I&#8217;ll move that too as soon as I find out how to do it.]]></description>
			<content:encoded><![CDATA[<p>Because finally someone showed interest in helping me with my <a title="Facelets Taglib for Spring Security" href="facelets">Spring Security JSF 2.0 Taglib</a>, I created my first <a class="external" title="Spring Security JSF 2.0 Taglib" href="http://code.google.com/p/spring-security-facelets-taglib" target="_blank">project at Google Code</a>.</p>
<p>The <a title="Facelets Taglib for Spring Security" href="facelets">homepage of the project</a> is still located on my server, but maybe I&#8217;ll move that too as soon as I find out how to do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://dominikdorn.com/2009/06/going-open-source-my-first-google-code-project/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Single Sign On: Cas 3.3.1, phpCAS and Spring Security</title>
		<link>http://dominikdorn.com/2008/11/single-sign-on-cas-3-3-1-phpcas-and-spring-security/</link>
		<comments>http://dominikdorn.com/2008/11/single-sign-on-cas-3-3-1-phpcas-and-spring-security/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 00:51:41 +0000</pubDate>
		<dc:creator>Dominik Dorn</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CAS]]></category>
		<category><![CDATA[phpCAS]]></category>
		<category><![CDATA[Spring-Security]]></category>
		<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.dominikdorn.com/?p=29</guid>
		<description><![CDATA[Puh&#8230; after now around 18 hours (totally), I&#8217;ve managed to get a basic setup of the single-sign-on software by JA-SIG &#8211; the Yale University running. I&#8217;ll use CAS (central authentication service) to enable a smooth transition from PHP to Java on the lyrics portal I&#8217;m working on. Now, that I&#8217;ve got phpCAS working on a [...]]]></description>
			<content:encoded><![CDATA[<p>Puh&#8230; after now around 18 hours (totally), I&#8217;ve managed to get a basic setup of the <a href="http://www.ja-sig.org/products/cas/" target="_blank">single-sign-on software by JA-SIG &#8211; the Yale University</a> running.</p>
<p>I&#8217;ll use <a href="http://www.ja-sig.org/products/cas/" target="_blank">CAS (central authentication service)</a> to enable a smooth transition from PHP to Java on the <a href="http://www.lyrix.at/">lyrics portal</a> I&#8217;m working on.</p>
<p>Now, that I&#8217;ve got <a href="http://www.ja-sig.org/wiki/display/CASC/phpCAS" target="_blank">phpCAS</a> working on a small sample application (the big trick was to compile PHP with curl support), I&#8217;ll switch the authentication mechanism of the current PHP-Application to phpCAS and will use the Java-pendant for the new Java applications.</p>
<p>Next, I&#8217;ll look into the integration of CAS with Spring-Security and on using <a href="http://www.ja-sig.org/wiki/display/CASC/CAS+and+JSR-168" target="_blank">CAS with Portlets</a>, that will be interesting <img src='http://dominikdorn.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Some links I&#8217;ve found quite useful:</p>
<ol>
<li><a href="http://www.ja-sig.org/products/cas/" target="_blank">CAS main homepage</a></li>
<li><a href="http://www.ja-sig.org/downloads/cas-clients/php/current/docs/api/" target="_blank">phpCAS API Reference</a></li>
<li><a href="http://www.ja-sig.org/wiki/display/CASC/phpCAS" target="_blank">phpCAS Wiki Page</a></li>
<li><a target="_blank">Setup SSL on Tomcat 6</a></li>
<li><a href="http://esup-casgeneric.sourceforge.net/auth-database.html" target="_blank">Using existing user-database</a></li>
<li><a href="http://www.ja-sig.org/wiki/display/CASUM/Using+JDBC+for+Authentication" target="_blank">Using JDBC for Authentication</a></li>
<li><a href="http://developer.ja-sig.org/projects/cas/cas-server-support-jdbc/cas-server/cas-server-support-jdbc/apidocs/org/jasig/cas/adaptors/jdbc/QueryDatabaseAuthenticationHandler.html" target="_blank">JavaDoc Class QueryDatabaseAuthenticationHandler</a></li>
<li><a href="http://static.springframework.org/spring-security/site/" target="_blank">Spring Security Homepage</a></li>
<li><a href="http://www.ja-sig.org/wiki/display/CASC/CAS+and+JSR-168" target="_blank">CAS with Portlets</a></li>
<li><a href="http://www.lyrix.at/lyrics/Farin-Urlaub/" target="_blank">Happy Sound: Lyrics to Farin Urlaub</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dominikdorn.com/2008/11/single-sign-on-cas-3-3-1-phpcas-and-spring-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

