Class NativeUserProvider

java.lang.Object
org.jivesoftware.openfire.user.DefaultUserProvider
org.jivesoftware.openfire.user.NativeUserProvider
All Implemented Interfaces:
UserProvider

public class NativeUserProvider extends DefaultUserProvider
A UserProvider to be used in conjunction with NativeAuthProvider, which authenticates using OS-level authentication. New user accounts will automatically be created as needed (upon successful initial authentication). To enable this provider, edit the XML config file file and set:
 <provider>
     <auth>
         <className>org.jivesoftware.openfire.auth.NativeAuthProvider</className>
     </auth>
     <user>
         <className>org.jivesoftware.openfire.user.NativeUserProvider</className>
     </user>
 </provider>
 
Author:
Matt Tucker
See Also:
  • Constructor Details

    • NativeUserProvider

      public NativeUserProvider()