org.apache.jackrabbit.api.security.user.User |
Saml2UserMgtService.getOrCreateSamlUser(Saml2User user) |
getOrCreateSamlUser(Saml2User user) will be called if userHome is not configured
|
org.apache.jackrabbit.api.security.user.User |
Saml2UserMgtService.getOrCreateSamlUser(Saml2User user,
String userHome) |
getOrCreateSamlUser(Saml2User user) will be called if userHome is configured
|
boolean |
Saml2UserMgtService.updateGroupMembership(Saml2User user) |
Users group membership will be updated based on the groups contained in the
configured element of the SAML Assertion
|
boolean |
Saml2UserMgtService.updateUserProperties(Saml2User user) |
Users properties will be updated based on user properties contained in the
configured properties of the SAML Assertion
|