goodSeparator = File.separatorChar;
badSeparator = ( goodSeparator == FORWARD_SLASH ) ? BACK_SLASH : FORWARD_SLASH;
defaultEntityType = org.jasig.portal.security.IPerson.class;
GroupServiceConfiguration config = cfg;
if ( config == null )
{
try
{ config = GroupServiceConfiguration.getConfiguration(); }
catch (Exception ex)
{ throw new RuntimeException(ex); }
}
String sep = config.getNodeSeparator();
if (sep != null)
{
String period = String.valueOf(PERIOD);
useSubstitutePeriod = sep.equals(period);
}