com.adobe.idp.um.spi.authentication
Interface AssignmentProvider
public interface AssignmentProvider
Method Summary |
java.lang.Boolean |
assign(User user)
It tries to assign roles or permissions or group memberships to user created via Just in time provisioning. |
java.lang.String |
getName()
It returns the name of the Assignment Provider by which it will be registered in preferences. |
assign
java.lang.Boolean assign(User user)
- It tries to assign roles or permissions or group memberships to user created via Just in time provisioning.
- Parameters:
user
- the User created via Just in time provisioning process.
- Returns:
- a boolean flag saying asignment was successful or not.
getName
java.lang.String getName()
- It returns the name of the Assignment Provider by which it will be registered in preferences.
This name will be used to associate the Assignment Provider to Auth Provider Config in domain.
- Returns:
- the name of this Assignment Provider by which it is recognized in Configuration.