Subversion Repositories SmartDukaan

Rev

Rev 23283 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23283 Rev 30516
Line 4... Line 4...
4
 
4
 
5
[main]
5
[main]
6
# Objects and their properties are defined here, 
6
# Objects and their properties are defined here, 
7
# Such as the securityManager, Realms and anything
7
# Such as the securityManager, Realms and anything
8
# else needed to build the SecurityManager
8
# else needed to build the SecurityManager
-
 
9
builtInCacheManager = org.apache.shiro.cache.MemoryConstrainedCacheManager
-
 
10
securityManager.cacheManager = $builtInCacheManager
-
 
11
 
-
 
12
 
9
inventoryAuthorizingRealm = in.shop2020.serving.auth.InventoryAuthorizingRealm
13
inventoryAuthorizingRealm = in.shop2020.serving.auth.InventoryAuthorizingRealm
10
sha256Matcher = org.apache.shiro.authc.credential.HashedCredentialsMatcher
14
sha256Matcher = org.apache.shiro.authc.credential.HashedCredentialsMatcher
11
sha256Matcher.hashAlgorithmName=SHA-256
15
sha256Matcher.hashAlgorithmName=SHA-256
12
inventoryAuthorizingRealm.credentialsMatcher = $sha256Matcher
16
inventoryAuthorizingRealm.credentialsMatcher = $sha256Matcher
13
authc = in.shop2020.serving.auth.VerboseFilter
17
authc = in.shop2020.serving.auth.VerboseFilter