Sign in
apache
/
jsecurity
Mirror of Apache JSecurity (incubating)
Mirrored from
https://github.com/apache/jsecurity.git
Clone this repo:
Branches
trunk
0.9.0-RC1
0.9.0-RC2
0.9.0-alpha
0.9.0-beta
0.9.0-beta2
dependabot/maven/commons-beanutils-commons-beanutils-1.9.4
dependabot/maven/org.springframework-spring-webmvc-5.2.20.RELEASE
tags/0.9.0-RC1
tags/0.9.0-RC2
More...
2084c4c
JavaDoc modifications
by Les Hazlewood
· 16 years ago
trunk
200d5c8
Added SessionFactory for OO delegation instead of requiring to subclass the SessionManager implementation. Also added some JavaDoc
by Les Hazlewood
· 16 years ago
b81d652
javadoc & minor enhancements (implemented all methods in the Map API instead of subclassing AbstractMap)
by Les Hazlewood
· 16 years ago
a37503d
Modified SoftHashMap for highly concurrent environments
by Les Hazlewood
· 16 years ago
050d9c7
Added WildcardPermission default,no-arg constructor (protected - not public) for use by subclasses. Added new 'DomainPermission' subclass for those that wish to use type-safe permissions (work in progress)
by Les Hazlewood
· 16 years ago
58eb7c5
refactored out constructor logic to protected method to be accessible to custom type-safe subclasses
by Les Hazlewood
· 16 years ago
d898f02
minor logging clean up with slf4j, added root-level javadoc pom config
by Les Hazlewood
· 16 years ago
d28dd4e
added log level corresponding to new package structure
by Les Hazlewood
· 16 years ago
9dbe6b4
Fixed bug where session.stop was not delegating at all times to the security manager (required for the security manager to clear out a cookie in web environments)
by Les Hazlewood
· 16 years ago
b5b2add
further jsecurity name changes. Also moved jsecurity.tld to ki.tld in the appropriate META-INF location in maven resource tree
by Les Hazlewood
· 16 years ago
db7364a
re-enabled the Quickstart executable. Updated the QuickStart wiki page
by Les Hazlewood
· 16 years ago
c8202b6
Started working on a HostFilter. Not yet complete.
by Les Hazlewood
· 16 years ago
bf285e0
Added JavaDoc
by Les Hazlewood
· 16 years ago
55d280e
changed DEFAULT_ERROR_KEY_ATTRIBUTE_NAME constant to be 'kiLoginFailure' for simplicity and to ease backwards compatibility.
by Les Hazlewood
· 16 years ago
0a43844
changed DEFAULT_ERROR_KEY_ATTRIBUTE_NAME constant to be 'ki.authenticationExceptionClassName' to be more explicit as to what it represents as well as to remove the 'jsec' name remnant.
by Les Hazlewood
· 16 years ago
4e25187
removed two unnecessary html <p/> elements, which was preventing the JavaDoc from displaying correctly in Idea
by Les Hazlewood
· 16 years ago
ba61b80
removed two unnecessary html <p/> elements, which was preventing the JavaDoc from displaying correctly in Idea
by Les Hazlewood
· 16 years ago
cf2a453
KI-75 - added more to JavaDoc to better explain how to define Realms, RealmFactories, and other objects in an object graph, as well as how to apply them to the SecurityManager
by Les Hazlewood
· 16 years ago
4a08fc4
fixed code that returned a null subject - Subject should never be null (they can be re-used even after logout - they're just considered anonymous again after that point).
by Les Hazlewood
· 16 years ago
2018212
added Apache license and @since information
by Les Hazlewood
· 16 years ago
More »