|
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/security/SimplePrincipal.java | added hashCode() and equals() methods |
| 1.8 | modified | sbryzak2 | examples/seamspace/src/org/jboss/seam/example/seamspace/LoginAction.java | removed loggedIn property |
| 1.4 | modified | sbryzak2 | examples/seamspace/src/org/jboss/seam/example/seamspace/LoginLocal.java | removed loggedIn property |
| 1.4 | modified | sbryzak2 | doc/reference/en/modules/security.xml | finished section on customisable authentication |
| 1.4 | modified | sbryzak2 | doc/reference/en/modules/gettingstarted.xml | fixed broken end tag |
| 1.3 | modified | sbryzak2 | doc/reference/en/modules/security.xml | updated security documentation to include new JAAS authentication stuff |
| 1.5 | modified | sbryzak2 | examples/seamspace/resources/META-INF/security-config.xml | customisable auth method param types, renamed loginMethod to authMethod |
| 1.3 | modified | gavin | doc/reference/en/modules/gettingstarted.xml | improve |
| 1.10 | modified | gavin | src/main/META-INF/components.xml | revisions |
| 1.2 | modified | gavin | examples/registration/view/register.jspx | minor |
| 1.27 | modified | gavin | src/test/misc/org/jboss/seam/test/InterceptorTest.java | oops |
| 1.1 | added | gavin | lib/activation.jar | jaf |
| 1.1 | added | gavin | lib/mail.jar | forgot mail jar, get rid of error handling |
| 1.16 | modified | gavin | src/main/org/jboss/seam/core/Interpolator.java | ws |
| 1.26 | modified | gavin | src/main/org/jboss/seam/interceptors/BijectionInterceptor.java | fix JBSEAM-631 |
| 1.6 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ITextUtils.java | more list support, etc... |
| 1.6 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIAnchor.java | more list support, etc... |
| 1.4 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIChapter.java | more list support, etc... |
| 1.7 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIImage.java | more list support, etc... |
| 1.7 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIList.java | more list support, etc... |
| 1.6 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIListItem.java | more list support, etc... |
| 1.76 | modified | gavin | src/main/org/jboss/seam/contexts/Lifecycle.java | JBSEAM-693 |
| 1.4 | modified | sbryzak2 | examples/seamspace/resources/META-INF/security-config.xml | updated seamspace example to use new jaas authentication |
| 1.5 | deleted | sbryzak2 | examples/seamspace/src/org/jboss/seam/example/seamspace/AuthenticatorAction.java | updated seamspace example to use new jaas authentication |
| 1.7 | modified | sbryzak2 | examples/seamspace/src/org/jboss/seam/example/seamspace/LoginAction.java | updated seamspace example to use new jaas authentication |
| 1.6 | modified | sbryzak2 | examples/seamspace/src/org/jboss/seam/example/seamspace/ProfileAction.java | updated seamspace example to use new jaas authentication |
| 1.8 | modified | sbryzak2 | src/main/org/jboss/seam/security/Identity.java | finished JAAS authentication changes |
| 1.3 | deleted | sbryzak2 | src/main/org/jboss/seam/security/Role.java | finished JAAS authentication changes |
| 1.35 | modified | sbryzak2 | src/main/org/jboss/seam/security/SeamSecurityManager.java | finished JAAS authentication changes |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/security/config/LoginModuleConfiguration.java | finished JAAS authentication changes |
| 1.11 | modified | sbryzak2 | src/main/org/jboss/seam/security/config/SecurityConfiguration.java | finished JAAS authentication changes |
| 1.13 | modified | sbryzak2 | src/test/misc/org/jboss/seam/test/SecurityTest.java | finished JAAS authentication changes |
| 1.14 | modified | sbryzak2 | src/main/org/jboss/seam/core/Expressions.java | finished JAAS authentication changes |
| 1.16 | modified | sbryzak2 | src/main/org/jboss/seam/interceptors/SecurityInterceptor.java | finished JAAS authentication changes |
| 1.34 | modified | sbryzak2 | src/main/org/jboss/seam/security/SeamSecurityManager.java | Subject now created by Identity |
| 1.7 | modified | gavin | src/ui/org/jboss/seam/ui/HtmlButton.java | JBSEAM-625 |
| 1.27 | modified | gavin | src/ui/org/jboss/seam/ui/HtmlLink.java | JBSEAM-625 |
| 1.9 | modified | gavin | src/main/org/jboss/seam/core/TimeZoneSelector.java | fix sp error JBSEAM-640 |
| 1.5 | modified | sbryzak2 | src/main/org/jboss/seam/security/acl/AclProvider.java | changed the role of the Identity class |
| 1.10 | modified | sbryzak2 | src/main/org/jboss/seam/security/config/SecurityConfiguration.java | changed the role of the Identity class |
| 1.7 | modified | sbryzak2 | src/main/org/jboss/seam/security/Identity.java | changed the role of the Identity class |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/security/SimpleGroup.java | changed the role of the Identity class |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/security/SimplePrincipal.java | changed the role of the Identity class |
| 1.10 | deleted | sbryzak2 | src/main/org/jboss/seam/security/UsernamePasswordToken.java | changed the role of the Identity class |
| 1.2 | deleted | sbryzak2 | src/main/org/jboss/seam/test/Widget.java | moved Widget into test dir |
| 1.1 | added | sbryzak2 | src/test/misc/org/jboss/seam/test/Widget.java | moved Widget into test dir |