Class DefaultB2BUserGroupsLookUpStrategy

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultB2BUserGroupsLookUpStrategy()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected java.util.List<java.lang.String> getGroups()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.List<java.lang.String> getUserGroups()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the user groups.
      void setGroups​(java.util.List<java.lang.String> groups)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultB2BUserGroupsLookUpStrategy

        public DefaultB2BUserGroupsLookUpStrategy()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getUserGroups

        public java.util.List<java.lang.String> getUserGroups()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: B2BUserGroupsLookUpStrategy
        Gets the user groups.
        Specified by:
        getUserGroups in interface B2BUserGroupsLookUpStrategy
        Returns:
        the user groups
      • getGroups

        protected java.util.List<java.lang.String> getGroups()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setGroups

        public void setGroups​(java.util.List<java.lang.String> groups)
        Deprecated, for removal: This API element is subject to removal in a future version.