Package org.olat.basesecurity

Examples of org.olat.basesecurity.Manager.findIdentityByName()


  public void testUmFindCharsetPropertyByIdentity() throws Exception{
     UserManager um = UserManager.getInstance();
     User testuser = um.loadUserByKey(u1.getKey());
    
     Manager sm = ManagerFactory.getManager();
     Identity identity = sm.findIdentityByName(u1.getProperty(UserConstants.LASTNAME, null));
    
     um.setUserCharset(identity, WebappHelper.getDefaultCharset());

     DBFactory.getInstance().closeSession(); // simulate user clicks
     String charset = um.getUserCharset(identity);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.