Examples of CaseInsensitiveNamedPersonImpl


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

                    this.logger.debug("Gathering attributes for the current user ["
                                    + currentUid + "];  impersonating=" + value);
                }
                final List<Object> values = Collections.singletonList((Object) value);
                final Map<String,List<Object>> attrs = Collections.singletonMap(IMPERSONATING_ATTRIBUTE_NAME, values);
                final IPersonAttributes ipa = new CaseInsensitiveNamedPersonImpl(currentUid, attrs);
                rslt = Collections.singleton(ipa);
            }

        }
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.