/**
  * Creates a new JRadiusSessionManager instance. This sets the key provider and session factory to
  * the DefaultSessionKeyProvider and RadiusSessionFactory, respectively
  */
 public JRadiusSessionManager() {
   initialize();
 }