Package org.jasig.services.persondir.support

Examples of org.jasig.services.persondir.support.AttributeNamedPersonImpl


        if (name != null) {
            newPerson = new NamedPersonImpl(name, mappedAttributes);
        }
        else {
            final String userNameAttribute = this.getConfiguredUserNameAttribute();
            newPerson = new AttributeNamedPersonImpl(userNameAttribute, mappedAttributes);
        }
       
        return newPerson;
    }
View Full Code Here

TOP

Related Classes of org.jasig.services.persondir.support.AttributeNamedPersonImpl

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.