Connector Operations
19 views 0 April 26, 2024
System Functions
Test Connection |
Schema | oauth |
Method | GET |
Class | com.avancer.identitybridge.scim.test.connection.TestConnection |
Discover Schema |
Action URL | services/scim/v2/Schemas |
Schema | oauth |
Method | GET |
Class | com.avancer.identitybridge.scim.discoverattributes.DiscoverSchema |
Discover Resource |
Action URL | services/scim/v2/ResourceTypes |
Schema | oauth |
Method | GET |
Class | com.avancer.identitybridge.scim.discoverattributes.DiscoverResource |
User Functions
Create User |
Action URL | services/scim/v2/Users |
Schema | oauth |
Method | POST |
Class | com.avancer.identitybridge.scim.createuser.Validation |
com.avancer.identitybridge.scim.fieldrule.GenerateFieldRuleData |
com.avancer.identitybridge.scim.createuser.PreLogging |
com.avancer.identitybridge.scim.createuser.CreateUser |
com.avancer.identitybridge.scim.createuser.PostLogging |
Update User |
Action URL | services/scim/v2/Users |
Schema | oauth |
Method | PATCH |
Class | com.avancer.identitybridge.scim.updateuser.Validation |
com.avancer.identitybridge.scim.updateuser.PreLogging |
com.avancer.identitybridge.scim.updateuser.UpdateUser |
com.avancer.identitybridge.scim.updateuser.PostLogging |
Enable User |
Action URL | services/scim/v2/Users |
Schema | oauth |
Method | PATCH |
Class | com.avancer.identitybridge.scim.enableuser.Validation |
com.avancer.identitybridge.scim.enableuser.PreLogging |
com.avancer.identitybridge.scim.enableuser.EnableUser |
com.avancer.identitybridge.scim.enableuser.PostLogging |
Disable User |
Action URL | services/scim/v2/Users |
Schema | oauth |
Method | PATCH |
Class | com.avancer.identitybridge.scim.disableuser.Validation |
com.avancer.identitybridge.scim.disableuser.PreLogging |
com.avancer.identitybridge.scim.disableuser.DisableUser |
com.avancer.identitybridge.scim.disableuser.PostLogging |
Get User |
Action URL | services/scim/v2/Users |
Schema | oauth |
Method | GET |
Class | com.avancer.identitybridge.scim.schedule.aggregation.UserAggregation |
Get Roles |
Action URL | services/scim/v2/Roles |
Schema | oauth |
Method | GET |
Class | com.avancer.identitybridge.scim.schedule.aggregation.RoleAggregation |
Group Functions
Assign Group |
Action URL | services/scim/v2/Groups |
Schema | oauth |
Method | PATCH |
Class | com.avancer.identitybridge.scim.assignentitlement.Validation |
com.avancer.identitybridge.scim.assignentitlement.PreLogging |
com.avancer.identitybridge.scim.assignentitlement.AssignEntitlement |
com.avancer.identitybridge.scim.assignentitlement.PostLogging |
Remove Group |
Action URL | services/scim/v2/Groups |
Schema | Oauth |
Method | PATCH |
Class | com.avancer.identitybridge.scim.removeentitlement.Validation |
com.avancer.identitybridge.scim.removeentitlement.PreLogging |
com.avancer.identitybridge.scim.removeentitlement.RemoveEntitlement |
com.avancer.identitybridge.scim.removeentitlement.PostLogging |
Get Group |
Action URL | services/scim/v2/Groups |
Schema | Oauth |
Method | GET |
Class | com.avancer.identitybridge.scim.schedule.aggregation.EntitlementAggregation |