Package org.olat.shibboleth.util

Examples of org.olat.shibboleth.util.UniqueIdentifierMapper


       
    // initialize AttributeTranslator
    attributeTranslator = new AttributeTranslator(moduleConfig.getChild(CONF_ATTRIBUTETRANSLATIONS));
   
    // initialize uidMapper
    uidMapper = new UniqueIdentifierMapper(moduleConfig.getChild(CONF_UNIQUEIDENTIFIERS));
   
    //CredentialsManager(for server certificate check) no more needed
       
    // initialize user mapping
    OLATUserfieldsMapper.setMapping(moduleConfig.getChild(CONF_OLATUSERMAPPING));
View Full Code Here

TOP

Related Classes of org.olat.shibboleth.util.UniqueIdentifierMapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.