Required Settings for Composite Security
In order to set up composite security directly add the following properties in the 'sree.properties' file.
security.provider =
inetsoft.sree.security.CompositeSecurityProvider
security.authentication.provider={AuthenticationProvider}
security.authorization.provider={AuthorizationProvider}
{AuthenticationProvider} can be one of:
• inetsoft.sree.security.FileAuthenticationProvider
• inetsoft.sree.security.ldap.ADSecurityProvider
• inetsoft.sree.security.ldap.IPlanetSecurityProvider
• inetsoft.sree.security.ldap.GenericLdapSecurityProvider
• class which extends inetsoft.sree.security.AbstractAuthenticationProvider e.g., com.company.security.MyAuthorizationProvider
{AuthorizationProvider} can be one of:
• inetsoft.sree.security.FileAuthorizationProvider
• inetsoft.sree.security.ldap.ADSecurityProvider
• inetsoft.sree.security.ldap.IPlanetSecurityProvider
• inetsoft.sree.security.ldap.GenericLdapSecurityProvider
• class which extends inetsoft.sree.security.AbstractAuthorizationProvider, e.g., com.company.security.MyAuthorizationProvider
| << Composite Security Provider | © 1996-2013 InetSoft Technology Corporation (v11.5) | Example: Extending AbstractAuthenticationProvider >> |