Subversion Repositories SmartDukaan

Rev

Rev 3090 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3090 mandeep.dh 1
# =======================
2
# Shiro INI configuration
3
# =======================
4
 
5
[main]
6
# Objects and their properties are defined here, 
7
# Such as the securityManager, Realms and anything
8
# else needed to build the SecurityManager
3206 mandeep.dh 9
crmAuthorizingRealm = in.shop2020.serving.auth.CRMAuthorizingRealm
3090 mandeep.dh 10
sha256Matcher = org.apache.shiro.authc.credential.HashedCredentialsMatcher
11
sha256Matcher.hashAlgorithmName=SHA-256
3206 mandeep.dh 12
crmAuthorizingRealm.credentialsMatcher = $sha256Matcher
3090 mandeep.dh 13
authc = in.shop2020.serving.auth.VerboseFilter
14
authc.loginUrl = /login.html
15
authc.successUrl = /
16
 
17
[users]
18
# The 'users' section is for simple deployments
19
# when you only need a small number of statically-defined
20
# set of User accounts.
21
 
22
[roles]
23
# The 'roles' section is for simple deployments
24
# when you only need a small number of statically-defined
25
# roles.
26
 
27
[urls]
28
# The 'urls' section is used for url-based security
29
# in web applications.  We'll discuss this section in the
30
# Web documentation
31
/** = authc