예제 #1
0
 public LdapAccountServiceImpl() {
   super();
   props = AppProps.getDefaultInstance();
   this.ldapUrl = props.getLdapUrl();
   this.basedn = props.getLdapBaseDN();
   this.binddn = props.getLdapBindDN();
   this.bindpw = props.getBindPw();
   this.incubatorDn = props.getLdapIncubatorDn();
 }