| Package | Description |
|---|---|
| com.hybris.samlssobackoffice | |
| de.hybris.platform.samlsinglesignon | |
| de.hybris.platform.samlsinglesignon.resource |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSSOService.SSOUserMapping |
BackofficeSSOService.performMapping(java.util.List<SamlUserGroupModel> userGroupModels) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<SamlUserGroupModel> |
DefaultSamlUserGroupDAO.findSamlUserGroup(java.lang.String samlUserGroup) |
java.util.Optional<SamlUserGroupModel> |
SamlUserGroupDAO.findSamlUserGroup(java.lang.String samlUserGroup)
Finds
SamlUserGroupModel for given samlUserGroup (searches by SAMLUSERGROUP). |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSSOService.SSOUserMapping |
DefaultSSOService.performMapping(java.util.List<SamlUserGroupModel> userGroupModels) |
protected void |
DefaultSSOService.validateMappings(java.util.Collection<java.lang.String> roles,
java.util.List<SamlUserGroupModel> userGroupModels) |
| Modifier and Type | Method and Description |
|---|---|
SamlUserGroupModel |
SamlUserGroupResource.getSamlUserGroupModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SamlUserGroupModel |
SamlUserGroupResource.readResource(java.lang.String resourceId)
Gets the
SamlUserGroupModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SamlUserGroupModel> |
SamlUserGroupsResource.getSamlUserGroupsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlUserGroupResource.setSamlUserGroupModel(SamlUserGroupModel value)
Convenience method which just delegates to
#setResourceValue(SamlUserGroupModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlUserGroupsResource.setSamlUserGroupsCollection(java.util.Collection<SamlUserGroupModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.