Exporting users and groups from WebLogic Security Realm.
Login into the WebLogic Administration console ,navigate to Security Realm -> MyRealm
Navigate to Migration tab ->Export Specify the location where the data needs to be exported.
Verify whether the users and groups are exported by checking the location, you would find set of files listed below.
- DefaultAuthenticator.dat
- DefaultCredentialMapper.dat
- exportIndex.dat
- XACMLAuthorizer.dat
- XACMLRoleMapper.dat
The users and groups from the realm are successfully exported now.
For importing the Users and Groups into an existing realm, follow the below steps.
- Login into the WebLogic Administration console ,navigate to Security Realm -> MyRealm
- Navigate to Migration tab Import Specify the location from where the data needs to be imported.
Note: This data that needs to be imported should have previously been exported from a security realm. The directory (Realm-Export) should contain the below files.
- DefaultAuthenticator.dat
- DefaultCredentialMapper.dat
- exportIndex.dat
- XACMLAuthorizer.dat
- XACMLRoleMapper.dat Check the Users and Groups tab under Security Realms → MyRealms, you will see the users are imported. It would not import the duplicate entries.
3. Check the Users and Groups tab under Security Realms → MyRealms, you will see the users are imported. It would not import the duplicate entries.