File tree Expand file tree Collapse file tree
SIF3InfraREST/documentation/UseCases/RICOne Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020import java .util .Map ;
2121
22- import org .apache .log4j .Logger ;
22+ import org .slf4j .Logger ;
23+ import org .slf4j .LoggerFactory ;
2324
2425import au .com .systemic .framework .utils .AdvancedProperties ;
2526import riconeapi .common .Authenticator ;
3637 */
3738public class RICOneSecurityService extends AbstractSecurityService
3839{
39- protected final Logger logger = Logger .getLogger (getClass ());
40+ protected final Logger logger = LoggerFactory .getLogger (getClass ());
4041
4142 private final static String AOUTH_URL_PROP_NAME = "ricOne.authUrl" ;
4243 /**
4344 * @param properties
4445 */
4546 public RICOneSecurityService (AdvancedProperties properties , Map <String , String > securityServiceParameters )
4647 {
47- super (properties );
48+ super (properties , securityServiceParameters );
4849 if (logger .isDebugEnabled ())
4950 {
5051 logger .debug ("RICOneSecurityService Constructor called with property: " + getServiceProperties ());
You can’t perform that action at this time.
0 commit comments