Package org.apache.stratos.account.mgt.beans

Examples of org.apache.stratos.account.mgt.beans.AccountInfoBean


            String msg = "Error in retrieving the Lastname for the admin of the domain " +
                    tenant.getDomain();
            log.info(msg);
        }

        AccountInfoBean accountInfoBean = new AccountInfoBean();
        accountInfoBean.setFirstname(firstname);
        accountInfoBean.setLastname(lastname);
        return accountInfoBean;
    }
View Full Code Here

TOP

Related Classes of org.apache.stratos.account.mgt.beans.AccountInfoBean

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.