196197198199200201202203
return success; } catch(Exception e) { throw new SSOAuthenticationException(e); } }
100101102103104105106107
{ return bindImpl(username, password); } catch(Exception e) { throw new SSOAuthenticationException(e); } }