Subversion Repositories SmartDukaan

Rev

Rev 3090 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3090 Rev 3206
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
crmRealm = in.shop2020.serving.auth.CRMRealm
9
crmAuthorizingRealm = in.shop2020.serving.auth.CRMAuthorizingRealm
10
sha256Matcher = org.apache.shiro.authc.credential.HashedCredentialsMatcher
10
sha256Matcher = org.apache.shiro.authc.credential.HashedCredentialsMatcher
11
sha256Matcher.hashAlgorithmName=SHA-256
11
sha256Matcher.hashAlgorithmName=SHA-256
12
crmRealm.credentialsMatcher = $sha256Matcher
12
crmAuthorizingRealm.credentialsMatcher = $sha256Matcher
13
authc = in.shop2020.serving.auth.VerboseFilter
13
authc = in.shop2020.serving.auth.VerboseFilter
14
authc.loginUrl = /login.html
14
authc.loginUrl = /login.html
15
authc.successUrl = /
15
authc.successUrl = /
16
 
16
 
17
[users]
17
[users]